fix/apollo
baozhecheng 2 years ago
parent f0f494682b
commit 58e9d41300
  1. 2
      contrib/registry/nacos/registry_test.go

@ -18,7 +18,7 @@ import (
func TestRegistry_Register(t *testing.T) { func TestRegistry_Register(t *testing.T) {
exec := exec.Command("lsof-i:8848") exec := exec.Command("lsof-i:8848")
exec.Run() exec.Run()
fmt.Println(exec.String()) fmt.Println(exec.Stdout)
sc := []constant.ServerConfig{ sc := []constant.ServerConfig{
*constant.NewServerConfig("127.0.0.1", 8848), *constant.NewServerConfig("127.0.0.1", 8848),
} }

Loading…
Cancel
Save