fix(tests): refresh autonomous runtime deploy marker expectation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user