Skip to content

Commit

Permalink
Merge pull request #165 from rajatchopra/patch-1
Browse files Browse the repository at this point in the history
Port map test - IPv4 only please
  • Loading branch information
feiskyer authored Oct 20, 2017
2 parents c068775 + d537efb commit be5121b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/validate/networking.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func checkNginxMainPage(c internalapi.RuntimeService, podID string, localHost bo

url := "http://"
if localHost {
url += "localhost:" + strconv.Itoa(int(nginxHostPort))
url += "127.0.0.1:" + strconv.Itoa(int(nginxHostPort))
} else {
status := getPodSandboxStatus(c, podID)
Expect(status.GetNetwork()).NotTo(BeNil(), "The network in status should not be nil.")
Expand Down

0 comments on commit be5121b

Please sign in to comment.