test: bridge test init dashboard listener failed

This commit is contained in:
某文 2023-05-23 10:16:43 +08:00
parent ed1268ed30
commit 1deb3c50c8
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}}
#{http => #{enable => true, bind => 18083}, proxy_header => false}
),
ok = emqx_dashboard:start_listeners(),
ready = emqx_dashboard_listener:regenerate_minirest_dispatch(),