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"}