more matchers

patch-1
sandeep 2022-03-15 01:19:48 +05:30
parent 928a9d120f
commit c1ee9649db
1 changed files with 5 additions and 8 deletions

View File

@ -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