Skip to content

Commit

Permalink
fix e2e "should expose a TCP service"
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolution1 committed Sep 7, 2024
1 parent 5d3d9f5 commit 451dd12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tcpudp/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var _ = framework.IngressNginxDescribe("[TCP] tcp-services", func() {

f.WaitForNginxConfiguration(
func(cfg string) bool {
return strings.Contains(cfg, fmt.Sprintf(`ngx.var.proxy_upstream_name="tcp-%v_%v_80"`,
return strings.Contains(cfg, fmt.Sprintf(`ngx.var.proxy_upstream_name="tcp-%v-%v-80"`,
f.Namespace, framework.EchoService))
})

Expand Down

0 comments on commit 451dd12

Please sign in to comment.