From 94b86f01a559d542f5d8b29a6a156ecb809c9137 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=90=E6=96=87?= Date: Thu, 1 Jun 2023 22:32:31 +0800 Subject: [PATCH] chore: reformat SUITE case --- apps/emqx/test/emqx_authentication_SUITE.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/emqx/test/emqx_authentication_SUITE.erl b/apps/emqx/test/emqx_authentication_SUITE.erl index c9524203c..5be3521d9 100644 --- a/apps/emqx/test/emqx_authentication_SUITE.erl +++ b/apps/emqx/test/emqx_authentication_SUITE.erl @@ -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),