diff --git a/multiversx_sdk_cli/tests/test_cli_contracts.py b/multiversx_sdk_cli/tests/test_cli_contracts.py index a2339e0b..b69b9867 100644 --- a/multiversx_sdk_cli/tests/test_cli_contracts.py +++ b/multiversx_sdk_cli/tests/test_cli_contracts.py @@ -301,7 +301,7 @@ def test_contract_commands_argument_parameter(): "--nonce", "7", "--chain", "D", "--gas-limit", "5000000", - "--arguments", "invalidargument", + "--arguments", "foobar", ]) assert return_code @@ -312,7 +312,7 @@ def test_contract_commands_argument_parameter(): "--nonce", "7", "--chain", "D", "--gas-limit", "5000000", - "--arguments", "str:invalidargument", + "--arguments", "str:foobar", ]) assert not return_code