Update couchbase-sync-gateway.yaml
parent
a7b70eb953
commit
a08efc56e9
|
@ -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)]+)'
|
||||
|
|
Loading…
Reference in New Issue