Try to fix CI
This commit is contained in:
parent
d046810ce8
commit
d29e4bac3a
|
@ -20,7 +20,6 @@ def test_health_endpoint(mock_embedding_service, mock_chroma_store):
|
||||||
response = client.get("/healthz")
|
response = client.get("/healthz")
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
data = response.json()
|
data = response.json()
|
||||||
print("Health check response:", data)
|
|
||||||
assert "status" in data
|
assert "status" in data
|
||||||
assert data["status"] == "healthy"
|
assert data["status"] == "healthy"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue