test(helpers): upgrade ct-helpers to 1.3.9

This commit is contained in:
JianBo He 2021-04-13 19:48:29 +08:00
parent 9e8c379ab4
commit 0e5fd67898
1 changed files with 1 additions and 1 deletions

View File

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