ci: add protected production deploy workflow
Some checks failed
CI / test (pull_request) Failing after 1s
Some checks failed
CI / test (pull_request) Failing after 1s
This commit is contained in:
@@ -18,7 +18,7 @@ def test_health_returns_versions():
|
||||
response = TestClient(app).get("/api/health")
|
||||
|
||||
assert response.status_code == 200
|
||||
assert response.json()["backend_version"] == "0.8.1"
|
||||
assert response.json()["backend_version"] == "0.8.2"
|
||||
|
||||
|
||||
def test_mcp_endpoint_is_removed():
|
||||
|
||||
Reference in New Issue
Block a user