chore: fix failed tests
This commit is contained in:
parent
7e0bcd4eda
commit
920e039487
|
@ -50,12 +50,14 @@ groups() ->
|
||||||
].
|
].
|
||||||
|
|
||||||
init_per_suite(Config) ->
|
init_per_suite(Config) ->
|
||||||
emqx_common_test_helpers:start_apps([]),
|
Apps = emqx_cth_suite:start(
|
||||||
Config.
|
[{emqx, #{}}],
|
||||||
|
#{work_dir => emqx_cth_suite:work_dir(Config)}
|
||||||
|
),
|
||||||
|
[{apps, Apps} | Config].
|
||||||
|
|
||||||
end_per_suite(_) ->
|
end_per_suite(Config) ->
|
||||||
emqx_common_test_helpers:stop_apps([]),
|
emqx_cth_suite:stop(proplists:get_value(apps, Config)).
|
||||||
ok.
|
|
||||||
|
|
||||||
init_per_group(tcp_ppv2, Config) ->
|
init_per_group(tcp_ppv2, Config) ->
|
||||||
ClientFn = emqx_cth_listener:reload_listener_with_ppv2(
|
ClientFn = emqx_cth_listener:reload_listener_with_ppv2(
|
||||||
|
|
Loading…
Reference in New Issue