diff --git a/config_center/nacos/impl_test.go b/config_center/nacos/impl_test.go index e5f5eb6328663dba251169dbd1ac3d73988d159c..07bf8638d2d80123545db02c16544001c06e335b 100644 --- a/config_center/nacos/impl_test.go +++ b/config_center/nacos/impl_test.go @@ -88,9 +88,8 @@ func Test_GetConfig(t *testing.T) { nacos, err := initNacosData(t) assert.NoError(t, err) configs, err := nacos.GetProperties("dubbo.properties", config_center.WithGroup("dubbo")) - m, err := nacos.Parser().Parse(configs) + _, err = nacos.Parser().Parse(configs) assert.NoError(t, err) - fmt.Println(m) } func Test_AddListener(t *testing.T) {