working fix
parent
800bf35e33
commit
2245b5a16d
|
@ -39,7 +39,8 @@ http:
|
|||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- contains_all(tolower(header), 'text/html','phpsessid','showcameraid', 'success')
|
||||
- contains_all(to_lower(header_1), 'text/html','phpsessid','showcameraid')
|
||||
- contains(body_1, 'success')
|
||||
- status_code_1 == 200 && status_code_2 == 200
|
||||
condition: and
|
||||
|
||||
|
|
Loading…
Reference in New Issue