fix: support grouped HSE publication API responses

This commit is contained in:
Anton
2026-05-13 12:46:07 +03:00
parent b27d613143
commit efa7192e45
5 changed files with 103 additions and 8 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.4.5"
assert response.json()["backend_version"] == "0.4.6"
def test_mcp_lists_tools_without_auth_and_ignores_auth_header():