From 2398ec51fe0e349e581287d3dc97842acc33a446 Mon Sep 17 00:00:00 2001 From: Nathan Esquenazi Date: Mon, 13 Apr 2026 06:38:14 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20stale=20port=208786=20in=20TESTIN?= =?UTF-8?q?G.md=20prerequisites=20=E2=80=94=20correct=20port=20is=208787?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TESTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TESTING.md b/TESTING.md index 8f4b224..aac45e1 100644 --- a/TESTING.md +++ b/TESTING.md @@ -5,8 +5,8 @@ > Each section is written as a step-by-step test procedure with expected outcomes. > A browser agent (e.g. Claude with Chrome access) can execute this plan directly. > -> 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"}. +> Prerequisites: SSH tunnel is active on port 8787. Open http://localhost:8787 in browser. +> Server health check: curl http://127.0.0.1:8787/health should return {"status":"ok"}. > > Automated tests: 700 total (700 passing, 0 skipped, 0 known failures). Includes onboarding coverage for bootstrap/static wizard presence, real provider config persistence (`config.yaml` + `.env`), and the `/api/onboarding/*` backend. > Run: `pytest tests/ -v --timeout=60`