fix: stage deploy archive in user home
All checks were successful
CI / test (pull_request) Successful in 9m22s
CI / deploy (pull_request) Has been skipped

This commit is contained in:
2026-09-14 17:23:29 +03:00
parent 0f91ed0d8f
commit ec7aec310a
6 changed files with 14 additions and 9 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.5"
assert response.json()["backend_version"] == "0.8.6"
def test_api_employees_and_stats_require_admin_session():