From 969110dc537c9b798902330da2426d386ba3db5a Mon Sep 17 00:00:00 2001 From: Zaiming Shi Date: Thu, 11 Mar 2021 11:58:07 +0100 Subject: [PATCH] chore(test): Add snabbkaffe --- rebar.config.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/rebar.config.erl b/rebar.config.erl index ddfaa7133..ceef906b7 100644 --- a/rebar.config.erl +++ b/rebar.config.erl @@ -80,6 +80,7 @@ test_plugins() -> test_deps() -> [ {bbmustache, "1.10.0"} , {emqx_ct_helpers, {git, "https://github.com/emqx/emqx-ct-helpers", {tag, "1.3.6"}}} + , {snabbkaffe, {git, "https://github.com/kafka4beam/snabbkaffe.git", {tag, "0.8.2"}}} , meck ].