We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08d18fc commit 12e8af7Copy full SHA for 12e8af7
tests/test_health.py
@@ -8,5 +8,3 @@
8
def test_health_check():
9
response = client.get("/health")
10
assert response.status_code == 200
11
- assert response.json() == {"status": "ok"}
12
-
0 commit comments