mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-17 22:30:25 +08:00
修改节点停用时发送命令的提示
This commit is contained in:
@@ -14,7 +14,7 @@ func TestSendMessageToCluster(t *testing.T) {
|
||||
}
|
||||
ctx := rpcClient.Context(1)
|
||||
|
||||
results, err := SendMessageToCluster(ctx, 1, "test", nil, 30)
|
||||
results, err := SendMessageToCluster(ctx, 1, "test", nil, 30, false)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user