chore: reformat SUITE case

This commit is contained in:
某文 2023-06-01 22:32:31 +08:00
parent 21df321d89
commit 94b86f01a5
1 changed files with 3 additions and 1 deletions

View File

@ -297,7 +297,9 @@ t_update_config({init, Config}) ->
];
t_update_config(Config) when is_list(Config) ->
emqx_config_handler:add_handler([?CONF_ROOT], emqx_authentication_config),
ok = emqx_config_handler:add_handler([listeners, '?', '?', ?CONF_ROOT], emqx_authentication_config),
ok = emqx_config_handler:add_handler(
[listeners, '?', '?', ?CONF_ROOT], emqx_authentication_config
),
ok = register_provider(?config("auth1"), ?MODULE),
ok = register_provider(?config("auth2"), ?MODULE),
Global = ?config(global),