Skip to content

Commit

Permalink
tests/integration_tests/test_cli_no_network.py: fix unrecognized argu…
Browse files Browse the repository at this point in the history
…ment '--proposal_hash'
  • Loading branch information
µ committed Aug 14, 2024
1 parent aea9659 commit f740b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/test_cli_no_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -1324,7 +1324,7 @@ def test_vote_command_prompt_proposal_hash(self, _):
cli = bittensor.cli(
args=base_args
+ [
"--proposal_hash",
"--proposal",
mock_proposal_hash,
]
)
Expand Down

0 comments on commit f740b23

Please sign in to comment.