fix: bust admin stylesheet cache
Some checks failed
CI / test (pull_request) Has been cancelled
CI / deploy (pull_request) Has been cancelled

This commit is contained in:
2026-09-15 17:57:59 +03:00
parent 711c6ae7b0
commit 8102556862
7 changed files with 12 additions and 8 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.10"
assert response.json()["backend_version"] == "0.8.11"
def test_api_employees_and_stats_require_admin_session():