mirror of
http://88.130.71.182:3000/BlitTech/badoHair_be.git
synced 2026-06-13 09:00:42 +00:00
5 lines
147 B
Python
5 lines
147 B
Python
async def test_health(anon_client):
|
|
r = await anon_client.get("/health")
|
|
assert r.status_code == 200
|
|
assert r.json()["status"] == "ok"
|