We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ef349 commit 6388e31Copy full SHA for 6388e31
tests/test_app.py
@@ -82,10 +82,10 @@ def test_api_faceting(db: Session, client: TestClient):
82
assert resp.json()["facets"] == {"value2": 2, "value3": 1}
83
84
85
-def test_api_summary(db: Session, client: TestClient):
+def test_api_summary(client: TestClient):
86
"""
87
- Check the `/api/summary` endpoint to ensure it returns a complete
88
- object of summary data by checking that the response contains
+ Check the `/api/summary` endpoint to ensure it returns a complete
+ object of summary data by checking that the response contains
89
all the fields that are defined in `DatabaseSummary`.
90
91
resp = client.get("/api/summary")
0 commit comments