diff --git a/apps/api/tests/test_telegram_ai_automation_block.py b/apps/api/tests/test_telegram_ai_automation_block.py index 76f1903c4..60e420268 100644 --- a/apps/api/tests/test_telegram_ai_automation_block.py +++ b/apps/api/tests/test_telegram_ai_automation_block.py @@ -19,7 +19,7 @@ def test_action_required_card_exposes_ai_automation_on_fallback() -> None: assert "AI 自動化鏈路" in body assert "rule_fallback" in body - assert "llm_timeout_ai_route_retry" in body + assert "llm_timeout_manual_gate" in body assert "OpenClaw" in body assert "NemoTron" in body assert "Hermes" in body