We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022e1b4 commit 6d3fb91Copy full SHA for 6d3fb91
internal/mode/static/nginx/config/servers_test.go
@@ -589,7 +589,7 @@ func TestCreateServers(t *testing.T) {
589
MatchRules: []dataplane.MatchRule{
590
{
591
Match: dataplane.Match{},
592
- BackendGroup: bazGroup,
+ BackendGroup: fooGroup,
593
Additions: []*dataplane.Addition{
594
595
Bytes: []byte("match-addition"),
@@ -974,7 +974,7 @@ func TestCreateServers(t *testing.T) {
974
},
975
976
Path: "= /addition",
977
- ProxyPass: "http://invalid-backend-ref$request_uri",
+ ProxyPass: "http://test_foo_80$request_uri",
978
ProxySetHeaders: httpBaseHeaders,
979
Includes: []http.Include{
980
0 commit comments