Add negative regex matcher
parent
86376871e7
commit
4bd6ff723e
|
@ -16,7 +16,13 @@ requests:
|
|||
Content-Type: application/json
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
negative: true
|
||||
regex:
|
||||
- "error(_description)?"
|
Loading…
Reference in New Issue