Update api-digitalocean.yaml
parent
598336af83
commit
58de17dc8e
|
@ -16,16 +16,10 @@ requests:
|
|||
Host: api.digitalocean.com
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '{"droplets":'
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'application/json'
|
||||
- '"droplets":'
|
||||
- '"meta":'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue