fix: mgmt_cli_SUITE ct failed

This commit is contained in:
Zhongwen Deng 2022-05-06 22:30:24 +08:00
parent 23a01e393c
commit e6e66b032e
1 changed files with 1 additions and 20 deletions

View File

@ -35,26 +35,7 @@ end_per_suite(_) ->
ok.
set_special_configs(emqx_dashboard) ->
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;
emqx_dashboard_api_test_helpers:set_default_config();
set_special_configs(_App) ->
ok.