fix: emqx CI failed

This commit is contained in:
zhongwencool 2023-07-10 10:34:24 +08:00
parent 86d3984025
commit d661b10355
2 changed files with 2 additions and 2 deletions

View File

@ -618,7 +618,7 @@ ensure_quic_listener(Name, UdpPort, ExtraSettings) ->
"TLS_AES_128_GCM_SHA256",
"TLS_CHACHA20_POLY1305_SHA256"
],
enabled => true,
enable => true,
idle_timeout => 15000,
ssl_options => #{
certfile => filename:join(code:lib_dir(emqx), "etc/certs/cert.pem"),

View File

@ -84,7 +84,7 @@ start_cluster(NamesWithPorts, Apps, Env) ->
{env, [{emqx, boot_modules, [broker, listeners]}] ++ Env},
{apps, Apps},
{conf,
[{[listeners, Proto, default, enabled], false} || Proto <- [ssl, ws, wss]] ++
[{[listeners, Proto, default, enable], false} || Proto <- [ssl, ws, wss]] ++
[{[rpc, mode], async}]}
],
Cluster = emqx_common_test_helpers:emqx_cluster(