test(api): keep timeout fallback on manual gate
Some checks failed
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / build-and-deploy (push) Has been cancelled
CD Pipeline / tests (push) Has been cancelled
CD Pipeline / post-deploy-checks (push) Has been cancelled

This commit is contained in:
Your Name
2026-06-26 18:59:31 +08:00
parent 288f2e6ec0
commit 05d217f95e

View File

@@ -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