Update test/integration/multinode_test.go

Co-authored-by: Steven Powell <44844360+spowelljr@users.noreply.github.com>
pull/15909/head
Medya Ghazizadeh 2023-02-24 13:34:23 -08:00 committed by GitHub
parent 0cd84d8ff7
commit 7e38a61ac9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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())
}