chore: fix emqx_trace_SUITE failed

This commit is contained in:
Zhongwen Deng 2022-05-24 22:26:55 +08:00
parent 1c147b9b2b
commit e40d3c6228
1 changed files with 1 additions and 1 deletions

View File

@ -40,8 +40,8 @@ end_per_suite(_Config) ->
emqx_common_test_helpers:stop_apps([]).
init_per_testcase(_, Config) ->
ok = emqx_trace:clear(),
reload(),
ok = emqx_trace:clear(),
ct:pal("load:~p~n", [erlang:whereis(emqx_trace)]),
Config.