fix: make employee detail page human-readable

This commit is contained in:
Anton
2026-04-29 10:37:38 +03:00
parent 69ad41da66
commit 755135d6ba
9 changed files with 595 additions and 22 deletions

View File

@@ -18,7 +18,7 @@ def test_health_returns_versions():
response = client.get("/api/health")
assert response.status_code == 200
assert response.json()["backend_version"] == "0.2.1"
assert response.json()["backend_version"] == "0.2.2"
def test_mcp_requires_token_and_lists_tools():