Copilot commented on code in PR #9504:
URL: https://github.com/apache/seatunnel/pull/9504#discussion_r2174331150
##########
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] There are repeated calls to `setRawBody(bodyJson)` in each test.
Consider moving this initialization into a `@BeforeEach` setup method or
utility helper to reduce duplication and improve test readability.
```suggestion
```
--
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]