From d0222ae79dc53251393eec2a4a83873a68df05ef Mon Sep 17 00:00:00 2001 From: JianBo He Date: Thu, 8 Jun 2023 10:23:42 +0800 Subject: [PATCH] chore: ensure test --- apps/emqx_gateway_mqttsn/test/emqx_sn_protocol_SUITE.erl | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/emqx_gateway_mqttsn/test/emqx_sn_protocol_SUITE.erl b/apps/emqx_gateway_mqttsn/test/emqx_sn_protocol_SUITE.erl index 414440ca4..73e8d5312 100644 --- a/apps/emqx_gateway_mqttsn/test/emqx_sn_protocol_SUITE.erl +++ b/apps/emqx_gateway_mqttsn/test/emqx_sn_protocol_SUITE.erl @@ -134,6 +134,7 @@ restart_mqttsn_with_neg_qos_off() -> emqx_gateway_conf:update_gateway( mqttsn, Conf#{<<"enable_qos3">> => <<"false">>} + ). restart_mqttsn_with_mountpoint(Mp) -> Conf = emqx:get_raw_config([gateway, mqttsn]),