likyh commented on code in PR #2770:
URL: https://github.com/apache/incubator-devlake/pull/2770#discussion_r951479207


##########
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:
   
![image](https://user-images.githubusercontent.com/3294100/185938237-17f04cee-6f5f-48b9-b736-acf15caf0c1b.png)
   The response is rateLimitPerHour. Is it changed in any unmerged PR?



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