From 20c4029b3350bd1e364bad8338ab68cb1c59da19 Mon Sep 17 00:00:00 2001 From: Andrew Mayorov Date: Wed, 28 Feb 2024 14:03:59 +0100 Subject: [PATCH] test(cluster-rpc): unload any mocks in `end_per_suite/1` Co-authored-by: Thales Macedo Garitezi --- apps/emqx_conf/test/emqx_cluster_rpc_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_conf/test/emqx_cluster_rpc_SUITE.erl b/apps/emqx_conf/test/emqx_cluster_rpc_SUITE.erl index 33ff86ff7..b054988be 100644 --- a/apps/emqx_conf/test/emqx_cluster_rpc_SUITE.erl +++ b/apps/emqx_conf/test/emqx_cluster_rpc_SUITE.erl @@ -59,7 +59,7 @@ init_per_suite(Config) -> [{suite_apps, Apps} | Config]. end_per_suite(Config) -> - ok = meck:unload(mria), + _ = meck:unload(), ok = emqx_cth_suite:stop(?config(suite_apps, Config)). init_per_testcase(_TestCase, Config) ->