修改节点停用时发送命令的提示

This commit is contained in:
GoEdgeLab
2024-05-15 10:53:13 +08:00
parent e59b65af1d
commit 7eae39fe1c
8 changed files with 41 additions and 13 deletions

View File

@@ -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)
}