e2corporation commented on code in PR #2770:
URL: https://github.com/apache/incubator-devlake/pull/2770#discussion_r951464733
##########
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:
The response key from the API is actually just `rateLimit`. All property
assertions for rate limit should be updated to `rateLimit`.
--
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]