fix: del the chinese comment

pull/2001/head
luhaoling 2 years ago
parent 0fe248c2b9
commit 0dad5ef921

@ -41,7 +41,7 @@ func TestNewDiscoveryRegister(t *testing.T) {
expectedResult bool
}{
{"zookeeper", "MessageGateway", false, true},
{"k8s", "MessageGateway", false, true}, // 假设 k8s 配置也已正确设置
{"k8s", "MessageGateway", false, true},
{"direct", "MessageGateway", false, true},
{"invalid", "MessageGateway", true, false},
}

Loading…
Cancel
Save