API: renforcer test intégration /health (#78)

This commit is contained in:
Colin Maudry
2026-05-13 14:08:30 +02:00
parent 686218c639
commit a05c869b0d
+1
View File
@@ -22,3 +22,4 @@ def test_health_via_real_app():
resp = dash_app.server.test_client().get("/api/v1/health") resp = dash_app.server.test_client().get("/api/v1/health")
assert resp.status_code == 200 assert resp.status_code == 200
assert resp.get_json() == {"status": "ok"}