mirror of
https://github.com/pocketpaw/pocketpaw.git
synced 2026-05-13 21:21:53 +00:00
The file was a manual integration script with a hard-coded ``localhost:8888`` URL and an empty ``TOKEN`` slot, not a pytest test, but its ``test_`` filename caused pytest to collect and import it during CI runs. Moving it under ``scripts/`` (alongside ``a2a_smoke_test.py``) and renaming to ``knowledge_smoke_test.py`` keeps it discoverable for manual runs without polluting the test tree. Docstring updated with the new path and a reminder that the sibling sample docs must live in the same directory. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>