Skip to content

Commit bb7be20

Browse files
test: add passing health check test
1 parent 39bdc43 commit bb7be20

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
def test_health_check(client):
2+
"""Test the health check endpoint at the correct API v1 path."""
3+
response = client.get("/api/v1/health")
4+
assert response.status_code == 200

0 commit comments

Comments
 (0)