Commit initial
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
def test_health_returns_200(client):
|
||||
"""GET /health returns 200 with {"status": "ok"}."""
|
||||
response = client.get("/health")
|
||||
assert response.status_code == 200
|
||||
assert response.json() == {"status": "ok"}
|
||||
Reference in New Issue
Block a user