mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: test_make_sure_we_dont_remove_any_command
does not check for upsert-validator show
(#2499).
Solution: Extend the test.
This commit is contained in:
parent
af2b5424c0
commit
bee9468bd0
@ -30,6 +30,7 @@ def test_make_sure_we_dont_remove_any_command():
|
||||
'--private-key', 'TEMP_PATH_TO_PRIVATE_KEY']).command
|
||||
assert parser.parse_args(['upsert-validator', 'approve', 'ELECTION_ID', '--private-key',
|
||||
'TEMP_PATH_TO_PRIVATE_KEY']).command
|
||||
assert parser.parse_args(['upsert-validator', 'show', 'ELECTION_ID']).command
|
||||
|
||||
|
||||
@pytest.mark.tendermint
|
||||
|
Loading…
x
Reference in New Issue
Block a user