set test to use localhost

This commit is contained in:
Asim Aslam 2017-11-09 14:21:26 +00:00
parent 1c1d46e1ac
commit 1f03681d82

View File

@ -41,7 +41,7 @@ func newMockServer(rg *mockRegistry, l net.Listener) error {
}
func newConsulTestRegistry(r *mockRegistry) (*consulRegistry, func()) {
l, err := net.Listen("tcp", ":0")
l, err := net.Listen("tcp", "localhost:0")
if err != nil {
// blurgh?!!
panic(err.Error())