Update vmware-horizon.yaml
parent
2bc5f21c75
commit
4a4280495a
|
@ -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$'
|
||||
|
|
Loading…
Reference in New Issue