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 needs to be aligned to cover upsert-validator show
Solution: Extended the test
This commit is contained in:
parent
2d1f670eec
commit
9e13f3af51
@ -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