Changed default NATS address to nats://127.0.0.1:4222 in nats test
This commit is contained in:
parent
d59b693fa6
commit
a29ce20e31
@ -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://localhost:4222": "",
|
"nats://127.0.0.1:4222": "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user