Update exposed-jquery-file-upload.yaml
parent
0d82660f90
commit
6649abf131
|
@ -12,8 +12,13 @@ requests:
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/jquery-file-upload/server/php/"
|
- "{{BaseURL}}/jquery-file-upload/server/php/"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- '^{\"files\":'
|
- '^{\"files\":'
|
||||||
part: body
|
part: body
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- "text/plain"
|
||||||
|
part: header
|
||||||
|
|
Loading…
Reference in New Issue