fix(cleanup): remove stale docs references from test_pipeline_status_tool.py (#215)

Co-authored-by: opencode-agent <agent@opencode.local>
This commit is contained in:
Sergey 2026-08-01 04:56:41 +03:00 committed by GitHub
parent 37ebcd0e08
commit a1f18eaf24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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