test: fix tests after emqx_authn changes
This commit is contained in:
parent
d46f8efe60
commit
2a1e135304
|
@ -145,7 +145,7 @@
|
|||
-define(APPSPECS, [
|
||||
emqx_conf,
|
||||
emqx,
|
||||
emqx_authn,
|
||||
emqx_auth,
|
||||
emqx_management,
|
||||
{emqx_bridge, "bridges_v2 {}"}
|
||||
]).
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
-define(APPSPECS, [
|
||||
emqx_conf,
|
||||
emqx,
|
||||
emqx_authn,
|
||||
emqx_auth,
|
||||
emqx_management,
|
||||
{emqx_connector, "connectors {}"}
|
||||
]).
|
||||
|
|
Loading…
Reference in New Issue