From 7b9107d62039f2eaf5f2220a5a3a251039c0c743 Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Tue, 11 Feb 2020 14:25:09 +0300 Subject: [PATCH] broker/stan: fix test Signed-off-by: Vasiliy Tolstov --- stan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stan_test.go b/stan_test.go index a0f42ee..235ba0d 100644 --- a/stan_test.go +++ b/stan_test.go @@ -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": ""}, }, }