Skip to content

Commit d31ccf8

Browse files
committed
fix: wrap mutation manual audit assertion
1 parent b310d30 commit d31ccf8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/unit/test_test_system_round2_audit.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,11 @@ def test_mutation_manual_workflow_uses_hash_locked_mutmut_install() -> None:
168168
_assert_contains(workflow_text, "name: mutation-image-contract", "manual mutation image contract artifact")
169169
_assert_contains(workflow_text, "Load CI runtime image from contract", "manual mutation image contract load step")
170170
_assert_contains(workflow_text, 'echo "MOVI_CI_IMAGE=$IMAGE_REF" >> "$GITHUB_ENV"', "manual image env export")
171-
_assert_contains(workflow_text, "bash tooling/scripts/container_exec.sh --label mutation-manual --", "manual mutation run via container_exec")
171+
_assert_contains(
172+
workflow_text,
173+
"bash tooling/scripts/container_exec.sh --label mutation-manual --",
174+
"manual mutation run via container_exec",
175+
)
172176
_assert_contains(
173177
workflow_text,
174178
"bash tooling/scripts/container_exec.sh --label mutation-manual-report --",

0 commit comments

Comments
 (0)