Skip to content
Snippets Groups Projects
Commit df9e3078 authored by lzp0412's avatar lzp0412
Browse files

fix unitTest bug

parent 0cf14cf5
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ func TestNewNacosClient(t *testing.T) {
func TestSetNacosClient(t *testing.T) {
server := mockCommonNacosServer()
nacosURL := server.Listener.Addr().String()
nacosURL := "registry://" + server.Listener.Addr().String()
registryUrl, _ := common.NewURL(nacosURL)
c := &nacosDynamicConfiguration{
url: &registryUrl,
......
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