From 0e5fd67898a97f0f16238a7be8180a8f36e0439c Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 13 Apr 2021 19:48:29 +0800 Subject: [PATCH] test(helpers): upgrade ct-helpers to 1.3.9 --- rebar.config.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.erl b/rebar.config.erl index 8af38363f..2658c41de 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -99,7 +99,7 @@ test_plugins() -> test_deps() -> [ {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 ].