Added additional matcher

patch-1
sandeep 2021-10-23 14:12:55 +05:30
parent ea644b4c84
commit 6ba5ea9ec8
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@ requests:
path:
- "https://graph.facebook.com/me?access_token={{token}}"
matchers-condition: and
matchers:
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200
- 200