From d2ca4fa73303e33128f58949d38b1cc24947fc0c Mon Sep 17 00:00:00 2001 From: haohongfan <haohongfan@ling.ai> Date: Sun, 15 Nov 2020 22:18:54 +0800 Subject: [PATCH] feat: update --- registry/protocol/protocol_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/registry/protocol/protocol_test.go b/registry/protocol/protocol_test.go index 53db3be28..0fca55221 100644 --- a/registry/protocol/protocol_test.go +++ b/registry/protocol/protocol_test.go @@ -265,6 +265,7 @@ func TestExportWithServiceConfig(t *testing.T) { newUrl := url.SubURL.Clone() newUrl.SetParam(constant.CLUSTER_KEY, "mock1") + v2, _ := regProtocol.bounds.Load(getCacheKey(newUrl)) assert.NotNil(t, v2) } -- GitLab