broker/stan: fix test

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
Василий Толстов 2020-02-11 14:25:09 +03:00
parent 24ecfe32c3
commit 7b9107d620

View File

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