Changed default NATS address to nats://127.0.0.1:4222 in nats test

This commit is contained in:
Milos Gajdos 2019-06-06 12:06:14 +01:00
parent d59b693fa6
commit a29ce20e31
No known key found for this signature in database
GPG Key ID: 8B31058CC55DFD4F

View File

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