Liiyue commented on a change in pull request #6226:
URL: https://github.com/apache/dolphinscheduler/pull/6226#discussion_r711562575
##########
File path:
dolphinscheduler-api/src/test/java/org/apache/dolphinscheduler/api/controller/ResourcesControllerTest.java
##########
@@ -171,7 +172,7 @@ public void testDownloadResource() throws Exception {
MultiValueMap<String, String> paramsMap = new LinkedMultiValueMap<>();
paramsMap.add("id", "5");
- MvcResult mvcResult = mockMvc.perform(get("/resources/download")
+ MvcResult mvcResult = mockMvc.perform(get("/resources/5/download")
Review comment:
Update for this unit test.
--
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]