jackyyyyyssss commented on code in PR #7283:
URL: https://github.com/apache/seatunnel/pull/7283#discussion_r1713388838
##########
seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/src/test/java/org/apache/seatunnel/e2e/connector/http/HttpIT.java:
##########
@@ -245,6 +246,9 @@ public void testMultiTableHttp(TestContainer container)
mockServerClient.retrieveRecordedRequests(
request().withPath("/example/httpMultiTableContentSink").withMethod("POST"),
Format.JSON);
+ mockServerClient.clear(
Review Comment:
Sorry, I forgot to clear the records, which caused the run to fail. This
test case will run multiple times. Please help add it
--
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]