Merge pull request #3157 from r3naissance/master

Added additional checks for vmware-horizon
patch-1
Prince Chaddha 2021-11-19 19:48:37 +05:30 committed by GitHub
commit 19dd314586
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -12,11 +12,14 @@ requests:
path:
- '{{BaseURL}}/portal/webclient/index.html'
matchers-condition: and
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>VMware Horizon</title>'
- type: status
status:
- 200
- type: regex
part: body
regex:
- '(?m)^Missing route token in request$'