fix/apollo
baozhecheng 2 years ago
parent fec026af5f
commit 4e99331879
  1. 2
      contrib/registry/nacos/registry_test.go

@ -15,7 +15,7 @@ import (
func TestRegistry_Register(t *testing.T) { func TestRegistry_Register(t *testing.T) {
sc := []constant.ServerConfig{ sc := []constant.ServerConfig{
*constant.NewServerConfig("127.0.0.1", 8848), *constant.NewServerConfig("nacos", 8848),
} }
cc := constant.ClientConfig{ cc := constant.ClientConfig{

Loading…
Cancel
Save