test: remove ct_helpers from apps/emqx rebar.config

This commit is contained in:
Zaiming Shi 2021-10-15 14:14:39 +02:00
parent fe850a2603
commit 68d91e770b
1 changed files with 1 additions and 1 deletions

View File

@ -29,8 +29,8 @@
{test, {test,
[{deps, [{deps,
[ meck [ meck
, proper
, {bbmustache,"1.10.0"} , {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"}}} , {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.4.3"}}}
]}, ]},
{extra_src_dirs, [{"test",[recursive]}]} {extra_src_dirs, [{"test",[recursive]}]}