Try to fix CI

This commit is contained in:
itqop 2025-07-19 03:48:02 +03:00
parent d046810ce8
commit d29e4bac3a
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ def test_health_endpoint(mock_embedding_service, mock_chroma_store):
response = client.get("/healthz")
assert response.status_code == 200
data = response.json()
print("Health check response:", data)
assert "status" in data
assert data["status"] == "healthy"