working fix

patch-1
Dhiyaneshwaran 2023-08-18 18:22:22 +05:30 committed by GitHub
parent 800bf35e33
commit 2245b5a16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ http:
matchers: matchers:
- type: dsl - type: dsl
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 - status_code_1 == 200 && status_code_2 == 200
condition: and condition: and