From 22c617ca1781c601304945d1a118dfc7e69cc145 Mon Sep 17 00:00:00 2001 From: Erik Reid <erik.reid@geant.org> Date: Fri, 30 Nov 2018 15:07:34 +0100 Subject: [PATCH] pep8 --- test/test_data_routes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_data_routes.py b/test/test_data_routes.py index 06070847..0f9cc36a 100644 --- a/test/test_data_routes.py +++ b/test/test_data_routes.py @@ -203,6 +203,7 @@ class MockedRedis(object): def keys(self, *args, **kwargs): return list([k.encode("utf-8") for k in MockedRedis.db.keys()]) + @pytest.fixture def client_with_mocked_data(mocker, client): mocker.patch( -- GitLab