add router clean function before each case

This commit is contained in:
Gilbert Wong 2018-08-30 13:48:54 +08:00
parent e97c3a5c8c
commit db76177228
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ end_per_suite(_Config) ->
emqx_ct_broker_helpers:run_teardown_steps().
init_per_testcase(_TestCase, Config) ->
clear_tables(),
Config.
end_per_testcase(_TestCase, _Config) ->