From 58de17dc8e0e8b9c4b608171acb4fb4f93c57cdc Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 22 Jun 2022 09:20:22 +0530 Subject: [PATCH] Update api-digitalocean.yaml --- token-spray/api-digitalocean.yaml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/token-spray/api-digitalocean.yaml b/token-spray/api-digitalocean.yaml index bf138c0709..d2909d4863 100644 --- a/token-spray/api-digitalocean.yaml +++ b/token-spray/api-digitalocean.yaml @@ -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