Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
chashikajw committed Oct 13, 2023
1 parent 9414976 commit 9135950
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ Feature: Custom ratelimit
# Request 9 - for org_id descriptor
And I send "GET" request to "https://default.gw.wso2.com:9095/test-custom-ratelimit/employee" with body ""
Then the response status code should be 200
# Request 10 - for org_id descriptor TODO Once the ratelimitter bug is fixed this should return a 200
# Request 10 - for org_id descriptor
And I send "GET" request to "https://default.gw.wso2.com:9095/test-custom-ratelimit/employee" with body ""
Then the response status code should be 429
Then the response status code should be 200
# Request 11 - for org_id descriptor
And I send "GET" request to "https://default.gw.wso2.com:9095/test-custom-ratelimit/employee" with body ""
Then the response status code should be 429
Expand Down

0 comments on commit 9135950

Please sign in to comment.