Update api-digitalocean.yaml

patch-1
Prince Chaddha 2022-06-22 09:20:22 +05:30 committed by GitHub
parent 598336af83
commit 58de17dc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 9 deletions

View File

@ -16,16 +16,10 @@ requests:
Host: api.digitalocean.com Host: api.digitalocean.com
Authorization: Bearer {{token}} Authorization: Bearer {{token}}
matchers-condition: and
matchers: matchers:
- type: status
status:
- 200
- type: word - type: word
part: body part: body
words: words:
- '{"droplets":' - '"droplets":'
- type: word - '"meta":'
part: header condition: and
words:
- 'application/json'