e2corporation commented on code in PR #2770:
URL: https://github.com/apache/incubator-devlake/pull/2770#discussion_r951503635
##########
config-ui/cypress/integration/0-api/api.spec.js:
##########
@@ -42,10 +42,8 @@ context('API Network Requests', () => {
expect(response.body[0]).to.have.property('endpoint')
expect(response.body[0]).to.have.property('username')
expect(response.body[0]).to.have.property('password')
- expect(response.body[0]).to.have.property('epicKeyField')
- expect(response.body[0]).to.have.property('storyPointField')
- expect(response.body[0]).to.have.property('remotelinkCommitShaPattern')
expect(response.body[0]).to.have.property('proxy')
+ expect(response.body[0]).to.have.property('rateLimitPerHour')
Review Comment:
@likyh After rebuilding `main` it looks like it has been changed to
`rateLimitPerHour` on response as well. No change necessary in that case.
--
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]