test: normalize coverage-matrix fixture literal formatting

This commit is contained in:
Violin
2026-08-13 17:59:04 +01:00
parent cd18b6aefe
commit abf8e001ca
+1 -4
View File
@@ -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: