diff --git a/apps/api/tests/test_sre_k3s_controlled_automation_work_items_api.py b/apps/api/tests/test_sre_k3s_controlled_automation_work_items_api.py index 631231bfb..b66746392 100644 --- a/apps/api/tests/test_sre_k3s_controlled_automation_work_items_api.py +++ b/apps/api/tests/test_sre_k3s_controlled_automation_work_items_api.py @@ -142,7 +142,7 @@ def test_ledger_links_confirmed_runtime_gaps_without_false_closure() -> None: items["AIA-SRE-013"]["runtime_gaps"] ) assert "host99 Agent99" in " ".join(items["AIA-SRE-017"]["runtime_gaps"]) - assert "atomic 16-file bundle" in items["AIA-SRE-017"]["next_action"] + assert "atomic 17-file bundle" in items["AIA-SRE-017"]["next_action"] assert "gitea-native" in " ".join(items["AIA-SRE-018"]["runtime_gaps"]) assert payload["completion_contract"]["evidence_layers"] == { "source_test": "partial_source_evidence_only", diff --git a/scripts/ops/tests/test_db_bounded_executor_runtime_entrypoint.py b/scripts/ops/tests/test_db_bounded_executor_runtime_entrypoint.py index 9c3b93fd3..238118ee5 100644 --- a/scripts/ops/tests/test_db_bounded_executor_runtime_entrypoint.py +++ b/scripts/ops/tests/test_db_bounded_executor_runtime_entrypoint.py @@ -122,7 +122,7 @@ def test_agent99_atomic_bundle_owns_the_dispatch_entrypoint() -> None: assert "$dbExecutorRecoveryContract" in contract assert "awoooi_db_bounded_executor_receipt_v2" in contract assert "Receipt.database_sqlstate" in contract - assert 'expectedRuntimeFileCount": 16' in transport - assert "expectedRuntimeFileCount=16" in transport - assert "expectedRuntimeFileCount -ne 16" in receiver - assert "fileCount = 16" in receiver + assert 'expectedRuntimeFileCount": 17' in transport + assert "expectedRuntimeFileCount=17" in transport + assert "expectedRuntimeFileCount -ne 17" in receiver + assert "fileCount = 17" in receiver