From 19e32cfbd69a0b1586eff3a2fe43abef674955a1 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Fri, 7 Aug 2026 15:10:09 +0200 Subject: [PATCH] docs(tests): correct e2e prerequisites in module docstring Missed in the previous sweep: this docstring still named wakeup.sh, which the Makefile replaced, and mistral-nemo, which gemma4:e2b replaced. Co-Authored-By: Claude --- tests/e2e/test_orchestration_e2e.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.