Update couchbase-sync-gateway.yaml

patch-1
Prince Chaddha 2021-12-22 12:55:17 +05:30 committed by GitHub
parent a7b70eb953
commit a08efc56e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -16,12 +16,19 @@ requests:
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Couchbase Sync Gateway"
part: body
condition: and
- type: word
part: header
words:
- "application/json"
part: header
extractors:
- type: regex
part: body
group: 1
regex:
- 'version":"Couchbase Sync Gateway\/([0-9.(;a-z)]+)'