From 2fc758c49a6cab3e81096bb5039fb4b4cafdffc1 Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Sun, 14 Feb 2021 23:10:20 +0100 Subject: [PATCH] fix(test): Pin emqx-ct-helper 1.3.6 --- rebar.config.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config.erl b/rebar.config.erl index 08b3e2be9..123c39af5 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -47,8 +47,8 @@ test_plugins() -> test_deps() -> [ {bbmustache, "1.10.0"} - , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.5"}}} - , meck + , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.6"}}} + , meck ]. default_compile_opts() ->