From 4e99331879d544083ead157e288ce38473d5e93f Mon Sep 17 00:00:00 2001 From: baozhecheng Date: Wed, 10 Aug 2022 20:12:57 +0800 Subject: [PATCH] fix lint --- contrib/registry/nacos/registry_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/registry/nacos/registry_test.go b/contrib/registry/nacos/registry_test.go index 1910a68d8..7d2cde2c9 100644 --- a/contrib/registry/nacos/registry_test.go +++ b/contrib/registry/nacos/registry_test.go @@ -15,7 +15,7 @@ import ( func TestRegistry_Register(t *testing.T) { sc := []constant.ServerConfig{ - *constant.NewServerConfig("127.0.0.1", 8848), + *constant.NewServerConfig("nacos", 8848), } cc := constant.ClientConfig{