diff --git a/tests/verify_world_class_operator_runbook.py b/tests/verify_world_class_operator_runbook.py index 2127ab2..b9d368b 100644 --- a/tests/verify_world_class_operator_runbook.py +++ b/tests/verify_world_class_operator_runbook.py @@ -149,7 +149,7 @@ def main() -> None: assert "World-Class Operator Runbook" in html, html[:400] assert "ledger and claim guard" in html, html assert "position:sticky" in html, html - assert "Blocked7" in html, html + assert f"Blocked{summary['source_blocked_count']}" in html, html assert "
Blocked
2
" in html, html assert "Next Source Actions" in html, html assert "Source Evidence Snapshot" in html, html