Parcourir la source

test(emqx_bridge_pgsql_SUITE): call test janitor

Kjell Winblad il y a 1 an
Parent
commit
a885f0b41a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      apps/emqx_bridge_pgsql/test/emqx_bridge_pgsql_SUITE.erl

+ 1 - 0
apps/emqx_bridge_pgsql/test/emqx_bridge_pgsql_SUITE.erl

@@ -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.
 
 %%------------------------------------------------------------------------------