Skip to content
Snippets Groups Projects
Commit 775a84a9 authored by wangwx's avatar wangwx
Browse files

fix lint

parent 66176f66
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ conditions:
func TestRouterChainRoute(t *testing.T) {
ts, _, _, err := zookeeper.NewMockZookeeperClient("test", 15*time.Second, zookeeper.WithTestCluster(zkCluster))
assert.Nil(t, err)
zkUrl, _ := common.NewURL(fmt.Sprintf(zkFormat, localIP, ts.Servers[0].Port))
configuration, err := extension.GetConfigCenterFactory(zkName).GetDynamicConfiguration(zkUrl)
assert.NoError(t, err)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment