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

test: remove ct_helpers from apps/emqx rebar.config

Zaiming Shi 4 лет назад
Родитель
Сommit
68d91e770b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/emqx/rebar.config

+ 1 - 1
apps/emqx/rebar.config

@@ -29,8 +29,8 @@
    {test,
        [{deps,
            [ meck
+           , proper
            , {bbmustache,"1.10.0"}
-           , {emqx_ct_helpers, {git,"https://github.com/emqx/emqx-ct-helpers.git", {tag,"2.1.0"}}}
            , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.3"}}}
            ]},
          {extra_src_dirs, [{"test",[recursive]}]}