mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Stale reference to the tendermint directory in an @patch in a disabled test
Solution: Updated the @patch for completeness
This commit is contained in:
parent
c457530739
commit
1616032c0e
@ -274,7 +274,7 @@ def test_calling_main(start_mock, base_parser_mock, parse_args_mock,
|
|||||||
|
|
||||||
@patch('bigchaindb.config_utils.autoconfigure')
|
@patch('bigchaindb.config_utils.autoconfigure')
|
||||||
@patch('bigchaindb.commands.bigchaindb.run_recover')
|
@patch('bigchaindb.commands.bigchaindb.run_recover')
|
||||||
@patch('bigchaindb.tendermint.commands.start')
|
@patch('bigchaindb.start.start')
|
||||||
def test_recover_db_on_start(mock_autoconfigure,
|
def test_recover_db_on_start(mock_autoconfigure,
|
||||||
mock_run_recover,
|
mock_run_recover,
|
||||||
mock_start,
|
mock_start,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user