From a1f18eaf248e4b44c58a4e0d9c9b1e6c7e08b417 Mon Sep 17 00:00:00 2001 From: Sergey <93754860+slaid098@users.noreply.github.com> Date: Sat, 1 Aug 2026 04:56:41 +0300 Subject: [PATCH] fix(cleanup): remove stale docs references from test_pipeline_status_tool.py (#215) Co-authored-by: opencode-agent --- tests/test_pipeline_status_tool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_pipeline_status_tool.py b/tests/test_pipeline_status_tool.py index daaabfa..325039b 100644 --- a/tests/test_pipeline_status_tool.py +++ b/tests/test_pipeline_status_tool.py @@ -167,8 +167,8 @@ def test_execute_exit_null_returns_error(): def test_execute_real_pipeline_status_23(): """Integration: execute({pr_number: 23}) returns the real script output. - PR #23 is a known-good reference (merged, has handoff, ADR, docs-review - marker). The output should contain "PR #23" and "Status:" or phase list. + PR #23 is a known-good reference (merged, has review verdict comment). + The output should contain "PR #23" and "Status:" or phase list. """ if not (REPO_ROOT / ".opencode" / "scripts" / "pipeline-status.py").exists(): pytest.skip("pipeline-status.py not present")