test: ensure emqx_connector is loaded

This commit is contained in:
Zaiming (Stone) Shi 2021-12-02 19:44:59 +01:00
parent 5d3cb6ae1c
commit 867cc3c4ad
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ groups() ->
init_per_suite(Config) ->
ok = emqx_common_test_helpers:start_apps(
[emqx_conf, emqx_authz],
[emqx_connector, emqx_conf, emqx_authz],
fun set_special_configs/1
),
Config.