Copilot commented on code in PR #12935:
URL: https://github.com/apache/apisix/pull/12935#discussion_r3231875168


##########
t/stream-node/tls.t:
##########
@@ -23,8 +39,15 @@ no_shuffle();
 
 add_block_preprocessor(sub {
     my ($block) = @_;
+
+        if (!$block->request) {    
+        $block->set_value("request", "GET /t");
+    }
 });
 
+
+
+

Review Comment:
   In the new add_block_preprocessor, the `if (!$block->request)` block has 
inconsistent indentation and trailing whitespace compared to other tests (e.g. 
t/node/ssl.t). Please align indentation and remove trailing spaces/extra blank 
lines to keep the test harness code consistent and avoid future noisy diffs.
   



-- 
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