From 6468e7af34f75069dcdd384059928154878a2ba7 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Tue, 26 Jan 2021 12:38:36 +0100 Subject: [PATCH] fix(test): Pin ct-helper 1.3.4 for tls config fix --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index b203b1259..64286de12 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -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 ].