Added additional matcher
parent
ea644b4c84
commit
6ba5ea9ec8
|
@ -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
|
Loading…
Reference in New Issue