async def test_health(anon_client): r = await anon_client.get("/health") assert r.status_code == 200 assert r.json()["status"] == "ok"