fix: fixes TemplateResponse

This commit is contained in:
Anton
2026-04-28 18:25:29 +03:00
parent b1edec4d9e
commit 2cd7585107
4 changed files with 6 additions and 6 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.0"
assert response.json()["backend_version"] == "0.2.1"
def test_mcp_requires_token_and_lists_tools():