From 1d98b43ba2f99c642d5d92d5223d5d22138019cf Mon Sep 17 00:00:00 2001 From: aliiohs <rzy1107@163.com> Date: Mon, 24 Jun 2019 10:36:48 +0800 Subject: [PATCH] fix --- cluster/router/condition_router_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cluster/router/condition_router_test.go b/cluster/router/condition_router_test.go index 0cb70bb20..2a3ee11d1 100644 --- a/cluster/router/condition_router_test.go +++ b/cluster/router/condition_router_test.go @@ -149,7 +149,6 @@ func TestRoute_matchWhen(t *testing.T) { } func TestRoute_matchFilter(t *testing.T) { localIP, _ := utils.GetLocalIP() - url1, _ := common.NewURL(context.TODO(), "dubbo://10.20.3.3:20880/com.foo.BarService?default.serialization=fastjson") url2, _ := common.NewURL(context.TODO(), fmt.Sprintf("dubbo://%s:20880/com.foo.BarService", localIP)) url3, _ := common.NewURL(context.TODO(), fmt.Sprintf("dubbo://%s:20880/com.foo.BarService", localIP)) -- GitLab