fix: restart production containers automatically
Some checks failed
CI / deploy (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled

This commit is contained in:
2026-09-15 17:27:27 +03:00
parent aa43da2857
commit e4e64b92c1
4 changed files with 8 additions and 5 deletions

View File

@@ -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.8"
assert response.json()["backend_version"] == "0.8.9"
def test_api_employees_and_stats_require_admin_session():