Update test/integration/multinode_test.go
Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>pull/15909/head
parent
0cd84d8ff7
commit
7e38a61ac9
|
@ -495,7 +495,7 @@ func validateDeployAppToMultiNode(ctx context.Context, t *testing.T, profile str
|
|||
if len(podIPs) != 2 {
|
||||
t.Errorf("expected 2 Pod IPs but got %d, output: %q", len(podIPs), rr.Output())
|
||||
} else if podIPs[0] == podIPs[1] {
|
||||
t.Errorf("expected 2 different pod IPs but got %s and %s. output: %q", podIPs[0], podIPs[0], rr.Output())
|
||||
t.Errorf("expected 2 different pod IPs but got %s and %s. output: %q", podIPs[0], podIPs[1], rr.Output())
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue