minor update

patch-2
Dhiyaneshwaran 2024-05-14 17:54:42 +05:30 committed by GitHub
parent 6b3cdcc7cb
commit 69f6599854
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -22,7 +22,6 @@ http:
matchers:
- type: dsl
dsl:
- 'status_code==200 && contains(tolower(body), "Tiny Tiny RSS")'
- 'status_code==200 && contains(tolower(body), "ttrss_login")'
- 'status_code==200 && contains(tolower(body), "ttrss_utility")'
- 'status_code==200'
- 'contains_all(body, "Tiny Tiny RSS", "ttrss_login", "ttrss_utility")'
condition: and