Updated matcher
parent
465b2bba80
commit
b2e4c94b7f
|
@ -20,16 +20,23 @@ http:
|
|||
- |
|
||||
GET /index.php?option=com_booking&controller=customer&task=getUserData&id=123 HTTP/1.1
|
||||
|
||||
host-redirects: true
|
||||
max-redirects: 2
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '{"name":'
|
||||
- ',"email":'
|
||||
- ',"username":'
|
||||
- '"name":'
|
||||
- '"username":'
|
||||
- '"email":'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue