diff --git a/test/test_data_routes.py b/test/test_data_routes.py index 06070847b218d626d2335655e923fe79716d5dc9..0f9cc36a55f4bffeef608bc7a4335a0c7549b39a 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(