From 74a1e14183fda172d9b38ae1636251f279b0c351 Mon Sep 17 00:00:00 2001 From: Rodolphe Marques Date: Tue, 12 Apr 2016 14:51:37 +0200 Subject: [PATCH] fix failing test --- tests/test_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_client.py b/tests/test_client.py index fc055a17..a2b7b6d5 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -29,7 +29,6 @@ def mock_bigchaindb_sign(monkeypatch): monkeypatch.setattr('bigchaindb.util.sign_tx', mockreturn) - def test_temp_client_returns_a_temp_client(): from bigchaindb.client import temp_client client = temp_client() @@ -37,6 +36,7 @@ def test_temp_client_returns_a_temp_client(): assert client.private_key +@pytest.mark.usefixtures('restore_config') def test_client_can_create_assets(mock_requests_post, client): from bigchaindb import util