chore(build): remove emqtt deps from test profile

As it's now a root level deps
This commit is contained in:
Zaiming Shi 2020-12-09 23:46:16 +01:00 committed by JianBo He
parent 15d048d8ec
commit c4d84f9eb3
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ plugins() ->
test_deps() -> test_deps() ->
[ {bbmustache, "1.10.0"} [ {bbmustache, "1.10.0"}
, {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.2.3"}}}
, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}} , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.0"}}}
, meck , meck
]. ].