test: delete dashboard.listeners.xx.enable

This commit is contained in:
zhongwencool 2023-06-14 20:51:07 +08:00
parent 4b82d4d927
commit 9209e0bed5
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ init_node(Type) ->
ok = emqx_dashboard_desc_cache:init(),
ok = emqx_config:put(
[dashboard, listeners],
#{http => #{enable => true, bind => 18083, proxy_header => false}}
#{http => #{bind => 18083, proxy_header => false}}
),
ok = emqx_dashboard:start_listeners(),
ready = emqx_dashboard_listener:regenerate_minirest_dispatch(),