Update couchdb-exposure.yaml
parent
ad84ecb792
commit
909c101577
|
@ -10,6 +10,7 @@ requests:
|
||||||
- '{{BaseURL}}/_all_dbs'
|
- '{{BaseURL}}/_all_dbs'
|
||||||
headers:
|
headers:
|
||||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
|
@ -17,3 +18,6 @@ requests:
|
||||||
- Erlang OTP/
|
- Erlang OTP/
|
||||||
part: header
|
part: header
|
||||||
condition: and
|
condition: and
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue