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