From 1384b5e4effe901790f0677f2b9a56a2896c7257 Mon Sep 17 00:00:00 2001 From: Vincent Liu Date: Fri, 21 Jun 2024 11:36:51 +0100 Subject: [PATCH] fixup! CP-394109: Alert only once for cluster host leave/join --- ocaml/tests/test_cluster.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml/tests/test_cluster.ml b/ocaml/tests/test_cluster.ml index 07a857d20e4..b42621a300f 100644 --- a/ocaml/tests/test_cluster.ml +++ b/ocaml/tests/test_cluster.ml @@ -97,7 +97,7 @@ let test_rpc ~__context call = Rpc.{success= true; contents= Rpc.String ""; is_notification= false} | "Cluster.cstack_sync", [_session; self] -> let open API in - Xapi_cluster.cstack_sync ~__context ~self:(ref_Cluster_of_rpc self); + Xapi_cluster.cstack_sync ~__context ~self:(ref_Cluster_of_rpc self) ; Rpc.{success= true; contents= Rpc.String ""; is_notification= false} | name, params -> Alcotest.failf "Unexpected RPC: %s(%s)" name