test: fix emqx_session_SUITE

This commit is contained in:
William Yang 2023-05-23 21:39:59 +02:00
parent 6c1671651c
commit 98d6ed4251
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ all() -> emqx_common_test_helpers:all(?MODULE).
%%-------------------------------------------------------------------- %%--------------------------------------------------------------------
init_per_suite(Config) -> init_per_suite(Config) ->
emqx_channel_SUITE:set_test_listener_confs(), emqx_common_test_helpers:start_apps([]),
ok = meck:new( ok = meck:new(
[emqx_hooks, emqx_metrics, emqx_broker], [emqx_hooks, emqx_metrics, emqx_broker],
[passthrough, no_history, no_link] [passthrough, no_history, no_link]