1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-03-23 20:32:32 +02:00

set localhost for nats

This commit is contained in:
Asim Aslam 2019-05-31 13:18:22 +01:00
parent aeeb2b0010
commit ca769444e7

View File

@ -38,7 +38,7 @@ var addrTestCases = []struct {
"default",
"check if default Address is set correctly",
map[string]string{
"nats://127.0.0.1:4222": "",
"nats://localhost:4222": "",
},
},
}