updated to dsl
parent
fc43476107
commit
5511b4e60d
|
@ -26,19 +26,10 @@ requests:
|
|||
path:
|
||||
- "{{BaseURL}}/webeditor/../../../windows/win.ini"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "[fonts]"
|
||||
- "for 16-bit app support"
|
||||
part: body
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "application/octet-stream"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- type: dsl
|
||||
dsl:
|
||||
- 'contains_all(body, "[fonts]", "for 16-bit app support")'
|
||||
- 'contains(header, "application/octet-stream")'
|
||||
- 'status_code == 200'
|
||||
condition: and
|
||||
|
|
Loading…
Reference in New Issue