chore: reformat SUITE case
This commit is contained in:
parent
21df321d89
commit
94b86f01a5
|
@ -297,7 +297,9 @@ t_update_config({init, Config}) ->
|
||||||
];
|
];
|
||||||
t_update_config(Config) when is_list(Config) ->
|
t_update_config(Config) when is_list(Config) ->
|
||||||
emqx_config_handler:add_handler([?CONF_ROOT], emqx_authentication_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("auth1"), ?MODULE),
|
||||||
ok = register_provider(?config("auth2"), ?MODULE),
|
ok = register_provider(?config("auth2"), ?MODULE),
|
||||||
Global = ?config(global),
|
Global = ?config(global),
|
||||||
|
|
Loading…
Reference in New Issue