test: update health version expectation
All checks were successful
CI / test (pull_request) Successful in 9m11s
CI / deploy (pull_request) Has been skipped

This commit is contained in:
2026-09-15 16:18:36 +03:00
parent d95133e257
commit bee3dc9848

View File

@@ -18,7 +18,7 @@ def test_health_returns_versions():
response = TestClient(app).get("/api/health") response = TestClient(app).get("/api/health")
assert response.status_code == 200 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(): def test_api_employees_and_stats_require_admin_session():