diff --git a/apps/emqx/priv/bpapi.versions b/apps/emqx/priv/bpapi.versions index 1f040e4b3..12e091ba7 100644 --- a/apps/emqx/priv/bpapi.versions +++ b/apps/emqx/priv/bpapi.versions @@ -6,14 +6,15 @@ {emqx_dashboard,1}. {emqx_exhook,1}. {emqx_gateway_cm,1}. -{emqx_license,1}. {emqx_management,1}. +{emqx_mgmt_api_plugins,1}. +{emqx_license,1}. {emqx_mgmt_trace,1}. {emqx_persistent_session,1}. {emqx_plugin_libs,1}. {emqx_prometheus,1}. {emqx_resource,1}. +{emqx_slow_subs,1}. {emqx_statsd,1}. {emqx_telemetry,1}. {emqx_topic_metrics,1}. -{emqx_slow_subs,1}. diff --git a/apps/emqx_plugins/test/emqx_plugins_SUITE.erl b/apps/emqx_plugins/test/emqx_plugins_SUITE.erl index afccd84e3..31c211b4b 100644 --- a/apps/emqx_plugins/test/emqx_plugins_SUITE.erl +++ b/apps/emqx_plugins/test/emqx_plugins_SUITE.erl @@ -349,7 +349,7 @@ t_elixir_plugin(Config) -> ok = emqx_plugins:ensure_installed(NameVsn), %% idempotent ok = emqx_plugins:ensure_installed(NameVsn), - {ok, Info} = emqx_plugins:read_plugin(NameVsn), + {ok, Info} = emqx_plugins:read_plugin(NameVsn, #{}), ?assertEqual([Info], emqx_plugins:list()), %% start ok = emqx_plugins:ensure_started(NameVsn),