From abf8e001ca1560e2b70d3708a217e0538b670b3c Mon Sep 17 00:00:00 2001 From: Violin Date: Thu, 13 Aug 2026 17:59:04 +0100 Subject: [PATCH] test: normalize coverage-matrix fixture literal formatting --- tests/guard/state/test_workflow_contract.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/guard/state/test_workflow_contract.py b/tests/guard/state/test_workflow_contract.py index ecd7e26..b463b13 100644 --- a/tests/guard/state/test_workflow_contract.py +++ b/tests/guard/state/test_workflow_contract.py @@ -284,10 +284,7 @@ def test_vuln_research_coverage_error_teaches_remediation(tmp_path: Path) -> Non ) matrix = engagement / "state" / "coverage-matrix.yaml" matrix.write_text( - "coverage:\n" - " route_a:\n" - " status: tested\n" - " evidence_or_reason: 'no artifact cited'\n", + "coverage:\n route_a:\n status: tested\n evidence_or_reason: 'no artifact cited'\n", encoding="utf-8", ) with pytest.raises(ValueError) as exc: