fix: avoid Jinja dict method collisions in admin templates

This commit is contained in:
Anton
2026-04-29 12:11:16 +03:00
parent 5eaad38076
commit cdfbb26875
8 changed files with 13 additions and 11 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.4"
assert response.json()["backend_version"] == "0.2.5"
def test_mcp_requires_token_and_lists_tools():