Skip to content

Commit

Permalink
Merge pull request #37 from nagiesek/testFix
Browse files Browse the repository at this point in the history
Test fix
  • Loading branch information
nagiesek authored Jun 4, 2019
2 parents ecbb95e + 8da44b0 commit d13131c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utilities/container_testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func (ci *ContainerInfo) RunContainerConnectivityTest(t *testing.T, optionalIp s
t.Logf("Succeeded!")

t.Logf("Container Connectivity From Host ...")
contTest.PingFromHost(ci.Endpoint.IpConfigurations[0].IpAddress)
err = contTest.PingFromHost(ci.Endpoint.IpConfigurations[0].IpAddress)
if err != nil {
t.Errorf("PingFromHost Failed: %v", err)
return err
Expand Down

0 comments on commit d13131c

Please sign in to comment.