liuxiaolong
2020-05-13 99c049b8efe577815ea9af4eec182d3632d427a1
agent_test.go
@@ -28,7 +28,7 @@
   conf := DefaultConfig()
   conf.ClusterID = "testCluster"
   conf.NodeName = "testnode"
   agent, err := Create(conf)
   agent, err := Create(conf, "")
   if err != nil {
      t.Errorf("create agent failed, error: %s", err)
   }