Skip to content

Commit 12e8af7

Browse files
authored
Update test_health.py
1 parent 08d18fc commit 12e8af7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_health.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
def test_health_check():
99
response = client.get("/health")
1010
assert response.status_code == 200
11-
assert response.json() == {"status": "ok"}
12-

0 commit comments

Comments
 (0)