mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Removed argparse for upsert-validator-show command, but forgot to remove the test for these args
Solution: Removed the test
This commit is contained in:
parent
88f5563e2a
commit
cb0dd5ecbe
@ -20,7 +20,6 @@ def test_make_sure_we_dont_remove_any_command():
|
||||
assert parser.parse_args(['start']).command
|
||||
assert parser.parse_args(['upsert-validator', 'new', 'TEMP_PUB_KEYPAIR', '10', 'TEMP_NODE_ID',
|
||||
'--private-key', 'TEMP_PATH_TO_PRIVATE_KEY']).command
|
||||
assert parser.parse_args(['upsert-validator', 'show', 'TEMP_ELECTION_ID']).command
|
||||
|
||||
|
||||
@pytest.mark.tendermint
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user