fix: run backup installer through sh #52

Merged
admin merged 2 commits from fix/deploy-cron-installer-permission into main 2026-09-17 10:12:16 +00:00
Showing only changes of commit e49bcf6ba6 - Show all commits

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