test: fix wrong test listeners option

This commit is contained in:
Thales Macedo Garitezi 2023-05-23 14:50:19 -03:00
parent 4ada938b82
commit b5f63f4151
1 changed files with 1 additions and 1 deletions

View File

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