Revert regex matcher with status code & using matcher condition
parent
de0bf0ce9a
commit
439ad4c518
|
@ -15,11 +15,11 @@ requests:
|
|||
headers:
|
||||
Authorization: Bearer {{token}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "(?:notification_method|mobile_number|(?:c(?:ustomer|lient)_i|(?:realm_|(?:user_)?)i)d|auth_method|fail_times|(?:updated|created|bypass)_at|lockout_at|user(?:_data|name)|active|realm|email)"
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: regex
|
||||
part: body
|
||||
|
|
Loading…
Reference in New Issue