mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Make it harder for issue #27 to go unnoticed
This commit is contained in:
parent
63ccdd8731
commit
5c070fa82e
@ -26,8 +26,8 @@ USER_PUBLIC_KEY = 'r3cEu8GNoz8rYpNJ61k7GqfR8VEvdUbtyHce8u1kaYwh'
|
|||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def restore_config(request, node_config):
|
def restore_config(request, node_config):
|
||||||
import bigchaindb.config_utils
|
from bigchaindb import config_utils
|
||||||
bigchaindb.config_utils.dict_config(node_config)
|
config_utils.dict_config(node_config)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user