diff --git a/apps/api/tests/test_ai_agent_autonomous_runtime_control.py b/apps/api/tests/test_ai_agent_autonomous_runtime_control.py index 7a41b887..ca6e679f 100644 --- a/apps/api/tests/test_ai_agent_autonomous_runtime_control.py +++ b/apps/api/tests/test_ai_agent_autonomous_runtime_control.py @@ -14,7 +14,7 @@ def test_ai_agent_autonomous_runtime_control_uses_current_owner_directive(): "p2_416_d1n_autonomous_runtime_control_prod_readback_v2" ) assert data["program_status"]["deploy_attempt_note"] == ( - "cd_3660_failed_host_pressure_guard_retry" + "cd_3673_retry_after_host_pressure_gate_fix" ) assert data["program_status"]["legacy_no_send_no_live_rules_overridden"] is True assert data["program_status"]["implementation_completion_percent"] == 88 diff --git a/apps/api/tests/test_ai_agent_autonomous_runtime_control_api.py b/apps/api/tests/test_ai_agent_autonomous_runtime_control_api.py index 8e24d768..35d34342 100644 --- a/apps/api/tests/test_ai_agent_autonomous_runtime_control_api.py +++ b/apps/api/tests/test_ai_agent_autonomous_runtime_control_api.py @@ -55,7 +55,7 @@ def test_get_ai_agent_autonomous_runtime_control_api(): "p2_416_d1n_autonomous_runtime_control_prod_readback_v2" ) assert data["program_status"]["deploy_attempt_note"] == ( - "cd_3660_failed_host_pressure_guard_retry" + "cd_3673_retry_after_host_pressure_gate_fix" ) assert data["current_policy"]["owner_review_required_for_low_medium_high"] is False assert data["report_delivery"]["status"] == "telegram_gateway_delivery_enabled"