Skip to content

Commit 6388e31

Browse files
committed
Fix linting errors in test_api_summary
1 parent 53ef349 commit 6388e31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_app.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ def test_api_faceting(db: Session, client: TestClient):
8282
assert resp.json()["facets"] == {"value2": 2, "value3": 1}
8383

8484

85-
def test_api_summary(db: Session, client: TestClient):
85+
def test_api_summary(client: TestClient):
8686
"""
87-
Check the `/api/summary` endpoint to ensure it returns a complete
88-
object of summary data by checking that the response contains
87+
Check the `/api/summary` endpoint to ensure it returns a complete
88+
object of summary data by checking that the response contains
8989
all the fields that are defined in `DatabaseSummary`.
9090
"""
9191
resp = client.get("/api/summary")

0 commit comments

Comments
 (0)