fix: support grouped HSE publication API responses
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user