Update editor-exposure.yaml
parent
c37db734ae
commit
781d8bfe91
|
@ -13,12 +13,22 @@ requests:
|
|||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/.editorconfig"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "= true"
|
||||
- "space"
|
||||
- "= space"
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/json"
|
||||
- "text/html"
|
||||
negative: true
|
||||
condition: or
|
||||
|
||||
- type: status
|
||||
status:
|
||||
|
|
Loading…
Reference in New Issue