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")