Skip to content

Commit

Permalink
fix(ci): foo.com is no longer a bad gateway (#11570)
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Sep 12, 2024
1 parent a628ba1 commit b37ae50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/plugin/traffic-split3.t
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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+/
Expand Down

0 comments on commit b37ae50

Please sign in to comment.