Update api-digitalocean.yaml
parent
598336af83
commit
58de17dc8e
|
@ -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'
|
|
||||||
|
|
Loading…
Reference in New Issue