From bee3dc9848bf42d0922b09d8076e2ad672de4e8e Mon Sep 17 00:00:00 2001 From: agent Date: Tue, 15 Sep 2026 16:18:36 +0300 Subject: [PATCH] test: update health version expectation --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api.py b/tests/test_api.py index 75738c5..71b937f 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -18,7 +18,7 @@ def test_health_returns_versions(): response = TestClient(app).get("/api/health") assert response.status_code == 200 - assert response.json()["backend_version"] == "0.8.6" + assert response.json()["backend_version"] == "0.8.8" def test_api_employees_and_stats_require_admin_session(): -- 2.49.1