From ba6a3b4c5e28410acd05593d0ef9d9a2f02ad989 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 22 May 2019 23:39:57 +0000 Subject: [PATCH] change nats test url --- nats_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/nats_test.go b/nats_test.go index 4dbd487..6ff3fee 100644 --- a/nats_test.go +++ b/nats_test.go @@ -38,7 +38,6 @@ var addrTestCases = []struct { "default", "check if default Address is set correctly", map[string]string{ - "nats://localhost:4222": "", "nats://127.0.0.1:4222": "", }, },