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