more strict matcher

patch-1
sandeep 2021-05-31 11:17:26 +05:30
parent 36c45cfbc9
commit 670b488bfe
1 changed files with 7 additions and 1 deletions

View File

@ -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