commit
19dd314586
|
@ -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$'
|
||||
|
|
Loading…
Reference in New Issue