Fix release upload over SSH

This commit is contained in:
2026-09-14 18:13:51 +03:00
parent f6a01500d7
commit 09fa15af0b
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.6"
assert response.json()["backend_version"] == "0.8.7"
def test_api_employees_and_stats_require_admin_session():