aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/fixtures.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/fixtures.py')
-rw-r--r--python/tests/fixtures.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/tests/fixtures.py b/python/tests/fixtures.py
index c9da9253..6ff05495 100644
--- a/python/tests/fixtures.py
+++ b/python/tests/fixtures.py
@@ -18,11 +18,6 @@ def app(full_app):
return full_app.test_client()
-@pytest.fixture(scope="function")
-def raw_api_client():
- yield fatcat.raw_api_client.RawFatcatApiClient("http://localhost:9411")
-
-
## Helpers ##################################################################
# TODO: what are these even here for?