test: align campaign checks with archive governance

This commit is contained in:
2026-08-20 17:39:03 +02:00
parent 75e8f864a7
commit 69e6588a89
2 changed files with 24 additions and 8 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ def test_campaign_router_composes_every_workflow_operation_once() -> None:
actual = _operation_keys(router)
assert actual == expected
assert len(actual) == 80
assert len(actual) == 81
assert not [operation for operation, count in Counter(actual).items() if count > 1]