mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-02 18:34:29 +08:00
fix: del the chinese comment
This commit is contained in:
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…
x
Reference in New Issue
Block a user