From a05c869b0db876dad914e6401db3e6f0f1c1752d Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Wed, 13 May 2026 14:08:30 +0200 Subject: [PATCH] =?UTF-8?q?API:=20renforcer=20test=20int=C3=A9gration=20/h?= =?UTF-8?q?ealth=20(#78)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/api/test_health.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/api/test_health.py b/tests/api/test_health.py index 7401a1c..ca4f540 100644 --- a/tests/api/test_health.py +++ b/tests/api/test_health.py @@ -22,3 +22,4 @@ def test_health_via_real_app(): resp = dash_app.server.test_client().get("/api/v1/health") assert resp.status_code == 200 + assert resp.get_json() == {"status": "ok"}