refactor: remove obsolete endpoint references
All checks were successful
CI / test (pull_request) Successful in 9m23s
CI / deploy (pull_request) Has been skipped

This commit is contained in:
2026-09-14 12:39:06 +03:00
parent 5d89ae3891
commit 7d6d8759a5
5 changed files with 10 additions and 10 deletions

View File

@@ -18,11 +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.2"
def test_mcp_endpoint_is_removed():
assert TestClient(app).get("/mcp").status_code == 404
assert response.json()["backend_version"] == "0.8.3"
def test_api_employees_and_stats_require_admin_session():