This is an automated email from the ASF dual-hosted git repository. alexstocks pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
commit 0cecd48f35072713696a02ae284d2cf93a747905 Author: zlb <[email protected]> AuthorDate: Mon Aug 15 22:49:47 2022 +0800 fix ut --- config/config_resolver_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config_resolver_test.go b/config/config_resolver_test.go index e50af31e3..449544744 100644 --- a/config/config_resolver_test.go +++ b/config/config_resolver_test.go @@ -29,7 +29,7 @@ import ( func TestResolvePlaceHolder(t *testing.T) { t.Run("test resolver", func(t *testing.T) { - conf := NewLoaderConf(WithPath("/Users/zlb/GolandProjects/dubbo-go/config/testdata/config/resolver/application.yaml")) + conf := NewLoaderConf(WithPath("./testdata/config/resolver/application.yaml")) koan := GetConfigResolver(conf) assert.Equal(t, koan.Get("dubbo.config-center.address"), koan.Get("dubbo.registries.nacos.address")) assert.Equal(t, koan.Get("localhost"), koan.Get("dubbo.protocols.dubbo.ip"))
