Update vmware-horizon.yaml

patch-1
Prince Chaddha 2021-11-19 19:47:09 +05:30 committed by GitHub
parent 2bc5f21c75
commit 4a4280495a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 4 deletions

View File

@ -15,9 +15,11 @@ requests:
matchers-condition: or
matchers:
- type: word
part: body
words:
- '<title>VMware Horizon</title>'
- 'Missing route token in request'
- type: status
status:
- 200
- type: regex
part: body
regex:
- '(?m)^Missing route token in request$'