From 5651053b8b3abc56aa1fa5bba20e4326af0f2033 Mon Sep 17 00:00:00 2001 From: yaojingang Date: Sun, 14 Jun 2026 14:18:23 +0800 Subject: [PATCH] test: avoid fixed runbook blocked count --- tests/verify_world_class_operator_runbook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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