Copilot commented on code in PR #9504:
URL: https://github.com/apache/seatunnel/pull/9504#discussion_r2174288454


##########
seatunnel-connectors-v2/connector-http/connector-http-base/src/test/java/org/apache/seatunnel/connectors/seatunnel/http/HttpSourceReaderUpdateRequestParamTest.java:
##########
@@ -215,6 +216,7 @@ public void testUpdateRequestParamWithBodyPlaceholder() 
throws Exception {
         pageInfo.setUsePlaceholderReplacement(true);
 
         // Call updateRequestParam method directly
+        httpSourceReader.setRawBody(bodyJson);

Review Comment:
   [nitpick] The call to `setRawBody(bodyJson)` is repeated in every test 
before invoking `updateRequestParam`. Consider moving this into a `@BeforeEach` 
setup to reduce duplication and improve readability.



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