set test to use localhost
This commit is contained in:
parent
1c1d46e1ac
commit
1f03681d82
@ -41,7 +41,7 @@ func newMockServer(rg *mockRegistry, l net.Listener) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func newConsulTestRegistry(r *mockRegistry) (*consulRegistry, func()) {
|
func newConsulTestRegistry(r *mockRegistry) (*consulRegistry, func()) {
|
||||||
l, err := net.Listen("tcp", ":0")
|
l, err := net.Listen("tcp", "localhost:0")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// blurgh?!!
|
// blurgh?!!
|
||||||
panic(err.Error())
|
panic(err.Error())
|
||||||
|
Loading…
Reference in New Issue
Block a user