fix: add bpapi.versions
This commit is contained in:
parent
f195808691
commit
704d1b20c6
|
@ -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}.
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue