Replace EverMemOS with EverOS backend
This commit is contained in:
@ -137,7 +137,7 @@ def test_health_requires_api_key(monkeypatch):
|
||||
fake_get_openviking_client,
|
||||
)
|
||||
monkeypatch.setattr("memory_gateway.server.summarize_with_llm", fake_summarize_with_llm)
|
||||
monkeypatch.setattr("memory_gateway.server.v1_service.evermemos_health", lambda: {"status": "disabled"})
|
||||
monkeypatch.setattr("memory_gateway.server.v1_service.everos_health", lambda: {"status": "disabled"})
|
||||
|
||||
with pytest.raises(HTTPException) as exc_info:
|
||||
server.verify_api_key()
|
||||
|
||||
Reference in New Issue
Block a user