more strict matcher
parent
36c45cfbc9
commit
670b488bfe
|
@ -9,11 +9,17 @@ info:
|
|||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}//config/user.xml'
|
||||
- '{{BaseURL}}/config/user.xml'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- '<user name='
|
||||
- 'password='
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/xml"
|
||||
part: header
|
Loading…
Reference in New Issue