YapWC commented on code in PR #12831:
URL: https://github.com/apache/apisix/pull/12831#discussion_r2646538710


##########
t/stream-plugin/mqtt-proxy2.t:
##########
@@ -182,3 +182,30 @@ qr/(mqtt client id: \w+|proxy request to \S+)/
 --- grep_error_log_out
 mqtt client id: g
 proxy request to 127.0.0.1:1995
+
+
+
+=== TEST 8: sanity
+--- config
+    location /t {
+        content_by_lua_block {
+            local test_cases = {
+                {protocol_name = "MQTT", protocol_level = 4},
+                {protocol_name = "MQTT"},
+                {protocol_level = 4},
+

Review Comment:
   Alright will delete the blank line



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to