Просмотр исходного кода

fix(test): Pin emqx-ct-helper 1.3.6

Zaiming Shi 5 лет назад
Родитель
Сommit
2fc758c49a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      rebar.config.erl

+ 2 - 2
rebar.config.erl

@@ -47,8 +47,8 @@ test_plugins() ->
 
 test_deps() ->
     [ {bbmustache, "1.10.0"}
-     , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.5"}}}
-     , meck
+    , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.6"}}}
+    , meck
     ].
 
 default_compile_opts() ->