Merge pull request #285 from nats-io/fix_test_http_host

Fix test
This commit is contained in:
Derek Collison
2016-05-23 21:09:04 -07:00

View File

@@ -523,6 +523,9 @@ func TestHTTPHost(t *testing.T) {
}
break
}
if ip != nil {
break
}
}
if ip == nil {
t.Fatalf("Could not find non-loopback IPV4 address")