mirror of
http://88.130.71.182:3000/BlitTech/badoHair_be.git
synced 2026-06-12 23:23:22 +00:00
Initial Commit
This commit is contained in:
4
tests/test_health.py
Normal file
4
tests/test_health.py
Normal file
@@ -0,0 +1,4 @@
|
||||
async def test_health(anon_client):
|
||||
r = await anon_client.get("/health")
|
||||
assert r.status_code == 200
|
||||
assert r.json()["status"] == "ok"
|
||||
Reference in New Issue
Block a user