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:
parent
37ebcd0e08
commit
a1f18eaf24
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue