Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bisakhmondal committed Oct 18, 2021
1 parent 1f12073 commit 6ff6c42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/control/services.t
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ services:
--- response_body
{"id":"200","upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"pass_host":"pass","scheme":"http","type":"roundrobin"}}
=== TEST 2: get service with id 5
--- apisix_yaml
services:
Expand Down Expand Up @@ -115,6 +117,8 @@ services:
--- response_body
{"id":"5","plugins":{"limit-count":{"allow_degradation":false,"count":2,"key":"remote_addr","policy":"local","rejected_code":503,"show_limit_quota_header":true,"time_window":60}},"upstream":{"hash_on":"vars","nodes":[{"host":"127.0.0.1","port":1980,"weight":1}],"pass_host":"pass","scheme":"http","type":"roundrobin"}}
=== TEST 3: services with invalid id
--- apisix_yaml
services:
Expand Down

0 comments on commit 6ff6c42

Please sign in to comment.