Skip to content

Commit

Permalink
fixup! CP-394109: Alert only once for cluster host leave/join
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-lau committed Jun 21, 2024
1 parent 368ca7c commit 1384b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/tests/test_cluster.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1384b5e

Please sign in to comment.