test: fix emqx_session_SUITE
This commit is contained in:
parent
6c1671651c
commit
98d6ed4251
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue