mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
delete superfluous decorator (#479)
This commit is contained in:
parent
716abe5e7b
commit
9683d3f5a1
@ -41,7 +41,6 @@ def ignore_local_config_file(monkeypatch):
|
||||
monkeypatch.setattr('bigchaindb.config_utils.file_config', mock_file_config)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@pytest.fixture(scope='function', autouse=True)
|
||||
def restore_config(request, node_config):
|
||||
from bigchaindb import config_utils
|
||||
|
Loading…
x
Reference in New Issue
Block a user