more matchers
parent
928a9d120f
commit
c1ee9649db
|
@ -42,11 +42,8 @@ requests:
|
|||
- '"email":'
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "status_code_1 == 302 && status_code_2 == 200"
|
||||
- "contains(tolower(all_headers_2), 'application/json')"
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue