diff --git a/e2e/e2e_test.go b/e2e/e2e_test.go index 5347f5d..652dcd1 100644 --- a/e2e/e2e_test.go +++ b/e2e/e2e_test.go @@ -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) } }