Explorar el Código

fix: dashboard ct add enable options

Zhongwen Deng hace 3 años
padre
commit
3e8bedda76
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      apps/emqx_dashboard/test/emqx_dashboard_api_test_helpers.erl

+ 1 - 0
apps/emqx_dashboard/test/emqx_dashboard_api_test_helpers.erl

@@ -37,6 +37,7 @@ set_default_config(DefaultUsername) ->
     Config = #{
         listeners => #{
             http => #{
+                enable => true,
                 port => 18083
             }
         },