SbloodyS commented on code in PR #15420:
URL:
https://github.com/apache/dolphinscheduler/pull/15420#discussion_r1441360468
##########
dolphinscheduler-e2e/dolphinscheduler-e2e-case/src/test/resources/docker/workflow-http/mockserver-config.json:
##########
@@ -0,0 +1,22 @@
+
+[{
+ "httpRequest": {
+ "path": "/test",
+ "method": "GET"
+ },
+ "httpResponse": {
+ "body": [
+ {
+ "name": "lzl",
+ "age": 18
+ },
+ {
+ "name": "pizz2",
+ "age": 19
+ }
+ ],
+ "headers": {
+ "Content-Type": "application/json"
+ }
+ }
+}]
Review Comment:
The last line of each file should be blank.
--
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]