mindlesscloud opened a new pull request, #4546:
URL: https://github.com/apache/incubator-devlake/pull/4546

   ### Summary
   For the endpoint 
`repositories/{workspace}/{repository-slug}/pullrequests/{id}/commits?page={page}`,
 if the page was set too large, the response status code would be 400, with the 
body:
   ```json
   {"type": "error", "error": {"message": "Invalid page"}}
   ```
   It is fixed by setting `AfterResponse` to 
`ignoreSomeHTTPStatus(http.StatusNotFound)`
   
   ### Does this close any open issues?
   Closes #4539
   


-- 
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]

Reply via email to