From 68d91e770be06c294b1ff1075fbf94708ef7285a Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Fri, 15 Oct 2021 14:14:39 +0200 Subject: [PATCH] test: remove ct_helpers from apps/emqx rebar.config --- apps/emqx/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/rebar.config b/apps/emqx/rebar.config index 5020d4a98..c2651237a 100644 --- a/apps/emqx/rebar.config +++ b/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]}]}