diff --git a/tests/e2e/test_orchestration_e2e.py b/tests/e2e/test_orchestration_e2e.py index e93c91f..733c23b 100644 --- a/tests/e2e/test_orchestration_e2e.py +++ b/tests/e2e/test_orchestration_e2e.py @@ -11,9 +11,9 @@ These tests hit the actual running server and verify data persistence. They use the `llm_tester` user for isolation from production data. Requirements: -- Server running on localhost:8777 (use ./wakeup.sh) +- Server running on localhost:8777 (use `make run`) - Qdrant running on localhost:6333 -- Ollama running with mistral-nemo model +- Ollama running with the gemma4:e2b model Note: LLM outputs are non-deterministic. Tests use flexible assertions that check for behavioral patterns rather than exact text matches.