liugddx commented on code in PR #5702:
URL: https://github.com/apache/seatunnel/pull/5702#discussion_r1371527692
##########
seatunnel-e2e/seatunnel-engine-e2e/connector-seatunnel-e2e-base/src/test/java/org/apache/seatunnel/engine/e2e/RestApiIT.java:
##########
@@ -294,7 +289,7 @@ private Response submitJob(String jobMode) {
+ "?"
+ parameters);
- response.then().statusCode(200).body("jobName", equalTo("test"));
+ response.then().statusCode(200).body("jobId", equalTo("test"));
Review Comment:
Why modify this?
--
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]