Skip to content

Commit 8da44b0

Browse files
committed
fixes test bug
1 parent 9024032 commit 8da44b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/utilities/container_testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func (ci *ContainerInfo) RunContainerConnectivityTest(t *testing.T, optionalIp s
6464
t.Logf("Succeeded!")
6565

6666
t.Logf("Container Connectivity From Host ...")
67-
contTest.PingFromHost(ci.Endpoint.IpConfigurations[0].IpAddress)
67+
err = contTest.PingFromHost(ci.Endpoint.IpConfigurations[0].IpAddress)
6868
if err != nil {
6969
t.Errorf("PingFromHost Failed: %v", err)
7070
return err

0 commit comments

Comments
 (0)