delete superfluous decorator (#479)

This commit is contained in:
Alicia 2016-07-24 13:58:53 +02:00 committed by Sylvain Bellemare
parent 716abe5e7b
commit 9683d3f5a1

View File

@ -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