test(emqx_bridge_pgsql_SUITE): call test janitor

This commit is contained in:
Kjell Winblad 2024-06-10 13:45:27 +02:00
parent c13631102e
commit a885f0b41a
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ end_per_testcase(_Testcase, Config) ->
connect_and_clear_table(Config),
ok = snabbkaffe:stop(),
delete_bridge(Config),
emqx_common_test_helpers:call_janitor(),
ok.
%%------------------------------------------------------------------------------