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 <noreply@anthropic.com>
This commit is contained in:
2026-08-07 15:10:09 +02:00
co-authored by Claude
parent 99569e786e
commit 19e32cfbd6
+2 -2
View File
@@ -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.