commit
59b2aeda40
|
@ -9,9 +9,15 @@ info:
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/search?search_key={{1337*1338}}"
|
- "{{BaseURL}}/search?search_key=%7B%7B1337*1338%7D%7D"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "1788906"
|
- "1788906"
|
||||||
part: body
|
part: body
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 404
|
||||||
|
negative: true
|
||||||
|
|
Loading…
Reference in New Issue