fix(test): Pin ct-helper 1.3.4 for tls config fix

This commit is contained in:
Zaiming Shi 2021-01-26 12:38:36 +01:00
parent 5477457c7e
commit 6468e7af34
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ plugins() ->
test_deps() ->
[ {bbmustache, "1.10.0"}
, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.2"}}}
, {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.4"}}}
, meck
].