docs: fix stale 433 test counts to 440

Co-authored-by: Nathan Esquenazi <nesquena@gmail.com>
This commit is contained in:
nesquena-hermes
2026-04-05 14:55:04 -07:00
committed by GitHub
parent c6017f461b
commit e1c2e7e3d6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
> Prerequisites: SSH tunnel is active on port 8786. Open http://localhost:8786 in browser.
> Server health check: curl http://127.0.0.1:8786/health should return {"status":"ok"}.
>
> Automated tests: 433 total (433 passing, 0 failures)
> Automated tests: 440 total (440 passing, 0 failures)
> Run: `pytest tests/ -v --timeout=60`
---