test: avoid fixed runbook blocked count

This commit is contained in:
yaojingang
2026-06-14 14:18:23 +08:00
parent 7bbc75e4f3
commit 5651053b8b
+1 -1
View File
@@ -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 "<span>Blocked</span><strong>7</strong>" in html, html
assert f"<span>Blocked</span><strong>{summary['source_blocked_count']}</strong>" in html, html
assert "<dt>Blocked</dt><dd><code>2</code></dd>" in html, html
assert "Next Source Actions" in html, html
assert "Source Evidence Snapshot" in html, html