You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/08/22 13:52:30 UTC

[GitHub] [incubator-devlake] e2corporation commented on a diff in pull request #2770: fix: fix for ci

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org