Update apache-zeppelin-detect.yaml
parent
27160b1f2e
commit
4670e24ef4
|
@ -13,8 +13,13 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title ng-bind="$root.pageTitle">Zeppelin</title>'
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue