Additional matchers

patch-1
sandeep 2021-07-10 21:48:38 +05:30
parent cd23603f54
commit 7a1ac536d0
1 changed files with 9 additions and 0 deletions

View File

@ -11,9 +11,18 @@ requests:
- method: POST
path:
- "{{BaseURL}}/oauth/token"
body: "grant_type=authorization_code&client_id=xxx&redirect_uri=https%3A%2F%2Fprojectdiscovery.io&code=xxx&client_secret=xxx"
matchers-condition: and
matchers:
- type: status
status:
- 401
- 400
condition: or
- type: word
part: body
words:
- 'error":"invalid_client"'