diff --git a/brontide/noise_test.go b/brontide/noise_test.go index 094d1bac..3e9ab211 100644 --- a/brontide/noise_test.go +++ b/brontide/noise_test.go @@ -27,7 +27,7 @@ func establishTestConnection() (net.Conn, net.Conn, func(), error) { // Having a port of ":0" means a random port, and interface will be // chosen for our listener. - addr := ":0" + addr := "localhost:0" // Our listener will be local, and the connection remote. listener, err := NewListener(localPriv, addr)