Explorar o código

fix(cthcluster): match correct driver in `stop_node/2`

Co-authored-by: Ilya Averyanov <av@rubybox.dev>
Andrew Mayorov %!s(int64=2) %!d(string=hai) anos
pai
achega
6a7254f55e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/emqx/test/emqx_cth_cluster.erl

+ 1 - 1
apps/emqx/test/emqx_cth_cluster.erl

@@ -377,7 +377,7 @@ start_bare_node(Name, #{driver := ct_slave}) ->
         ]
     ),
     Node;
-start_bare_node(Name, #{driver := ct_slave}) ->
+start_bare_node(Name, #{driver := slave}) ->
     {ok, Node} = slave:start_link(host(), Name, ebin_path()),
     Node.