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", "default",
"check if default Address is set correctly", "check if default Address is set correctly",
map[string]string{ map[string]string{
"nats://127.0.0.1:4222": "", "nats://localhost:4222": "",
}, },
}, },
} }