From b37ae50f7b92273e539810124d938fc0efdfe471 Mon Sep 17 00:00:00 2001 From: Shreemaan Abhishek Date: Thu, 12 Sep 2024 13:19:32 +0545 Subject: [PATCH] fix(ci): foo.com is no longer a bad gateway (#11570) --- t/plugin/traffic-split3.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/plugin/traffic-split3.t b/t/plugin/traffic-split3.t index e1cc7dd3846a..e7096094a050 100644 --- a/t/plugin/traffic-split3.t +++ b/t/plugin/traffic-split3.t @@ -251,7 +251,7 @@ location /t { name = "upstream_A", type = "roundrobin", nodes = { - {host = "foo.com", port = 80, weight = 0} + {host = "test.com", port = 80, weight = 0} } }, weight = 2 @@ -287,7 +287,7 @@ passed GET /server_port --- error_code: 502 --- error_log eval -qr/dns resolver domain: foo.com to \d+.\d+.\d+.\d+/ +qr/dns resolver domain: test.com to \d+.\d+.\d+.\d+/