Explorar o código

test: restore accidentally deleted helper

Thales Macedo Garitezi hai 1 ano
pai
achega
95673c58ca
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      apps/emqx/test/emqx_cth_cluster.erl

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

@@ -109,6 +109,7 @@ start(Nodes, ClusterOpts) ->
     start(NodeSpecs).
 
 start(NodeSpecs) ->
+    emqx_common_test_helpers:clear_screen(),
     perform(start, NodeSpecs).
 
 perform(Act, NodeSpecs) ->