Skip to content

Commit

Permalink
Merge pull request #2650 from IntersectMBO/fix_missing_arg1
Browse files Browse the repository at this point in the history
fix(tests): update magic_args for missing arg scenario
  • Loading branch information
mkoura authored Sep 27, 2024
2 parents 56048b8 + 90edce7 commit ba80d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano_node_tests/tests/test_env_network_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def _setup_scenarios(
os.environ["CARDANO_NODE_NETWORK_ID"] = "424242"

if arg_scenario == "arg_missing":
cluster_obj.magic_args = []
cluster_obj.magic_args = ["--cardano-mode"]
elif arg_scenario == "arg_wrong":
cluster_obj.magic_args = ["--testnet-magic", "424242"]

Expand Down

0 comments on commit ba80d13

Please sign in to comment.