Update lacie-panel.yaml

patch-1
Prince Chaddha 2021-08-25 16:48:11 +05:30 committed by GitHub
parent cd81c9548e
commit bd7953e017
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,7 @@ info:
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}'
- '{{BaseURL}}/dashboard/' - '{{BaseURL}}/dashboard/'
matchers-condition: and matchers-condition: and
@ -17,6 +18,14 @@ requests:
- type: word - type: word
words: words:
- 'id_LaCie' - 'id_LaCie'
part: body
- type: regex
regex:
- '(?m)<title>([a-zA-Z0-9&#; ]|)+Dashboard<\/title>$'
part: body
- type: status - type: status
status: status:
- 200 - 200