test(e2e): track renamed auto-chain 503 summary phrasing

This commit is contained in:
JianFeeeee
2026-08-24 19:19:14 +08:00
parent b2183df1e8
commit 210243f724

View File

@ -315,7 +315,7 @@ func TestEndToEndAuto503(t *testing.T) {
if resp == nil || resp.StatusCode != http.StatusServiceUnavailable {
t.Fatalf("status=%v body=%q", statusOf(resp), body)
}
if !strings.Contains(body, "all auto tiers failed") || !strings.Contains(body, "good/good-m") {
if !strings.Contains(body, "auto providers failed") || !strings.Contains(body, "good/good-m") {
t.Fatalf("503 must summarize the failed slot, body=%q", body)
}
}