Merge pull request #10646 from zhongwencool/dashboard-test

test: dashboard_listener_test crash
This commit is contained in:
zhongwencool 2023-05-09 17:52:04 +08:00 committed by GitHub
commit 05c71cece5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ all() ->
emqx_common_test_helpers:all(?MODULE). emqx_common_test_helpers:all(?MODULE).
init_per_suite(Config) -> init_per_suite(Config) ->
emqx_common_test_helpers:load_config(emqx_dashboard_schema, <<"dashboard {}">>),
emqx_mgmt_api_test_util:init_suite([emqx_conf]), emqx_mgmt_api_test_util:init_suite([emqx_conf]),
ok = change_i18n_lang(en), ok = change_i18n_lang(en),
Config. Config.