fix: mgmt_cli_SUITE ct failed
This commit is contained in:
parent
23a01e393c
commit
e6e66b032e
|
@ -35,26 +35,7 @@ end_per_suite(_) ->
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
set_special_configs(emqx_dashboard) ->
|
set_special_configs(emqx_dashboard) ->
|
||||||
Config = #{
|
emqx_dashboard_api_test_helpers:set_default_config();
|
||||||
default_username => <<"admin">>,
|
|
||||||
default_password => <<"public">>,
|
|
||||||
listeners =>
|
|
||||||
#{
|
|
||||||
http =>
|
|
||||||
#{
|
|
||||||
backlog => 512,
|
|
||||||
bind => 18083,
|
|
||||||
enable => true,
|
|
||||||
inet6 => false,
|
|
||||||
ipv6_v6only => false,
|
|
||||||
max_connections => 512,
|
|
||||||
num_acceptors => 4,
|
|
||||||
send_timeout => 5000
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
emqx_config:put([dashboard], Config),
|
|
||||||
ok;
|
|
||||||
set_special_configs(_App) ->
|
set_special_configs(_App) ->
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue