This is an automated email from the ASF dual-hosted git repository.

shreemaanabhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new b37ae50f7 fix(ci): foo.com is no longer a bad gateway (#11570)
b37ae50f7 is described below

commit b37ae50f7b92273e539810124d938fc0efdfe471
Author: Shreemaan Abhishek <[email protected]>
AuthorDate: Thu Sep 12 13:19:32 2024 +0545

    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 e1cc7dd38..e7096094a 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+/
 
 
 

Reply via email to