|
|
@@ -85,7 +85,8 @@ init_per_suite(Config) ->
|
|
|
}
|
|
|
]
|
|
|
}">>),
|
|
|
- emqx_common_test_helpers:start_apps([emqx_dashboard, emqx_conf, ?APP], fun set_special_configs/1),
|
|
|
+ emqx_common_test_helpers:start_apps([emqx_conf, emqx_dashboard, ?APP],
|
|
|
+ fun set_special_configs/1),
|
|
|
Config.
|
|
|
|
|
|
set_special_configs(emqx_dashboard) ->
|