test: fix tests after emqx_authn changes

This commit is contained in:
Stefan Strigler 2023-10-18 09:39:49 +02:00 committed by Zaiming (Stone) Shi
parent d46f8efe60
commit 2a1e135304
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@
-define(APPSPECS, [ -define(APPSPECS, [
emqx_conf, emqx_conf,
emqx, emqx,
emqx_authn, emqx_auth,
emqx_management, emqx_management,
{emqx_bridge, "bridges_v2 {}"} {emqx_bridge, "bridges_v2 {}"}
]). ]).

View File

@ -96,7 +96,7 @@
-define(APPSPECS, [ -define(APPSPECS, [
emqx_conf, emqx_conf,
emqx, emqx,
emqx_authn, emqx_auth,
emqx_management, emqx_management,
{emqx_connector, "connectors {}"} {emqx_connector, "connectors {}"}
]). ]).