More strict matcher

patch-1
sandeep 2021-05-20 23:15:01 +05:30
parent 6943f88aa2
commit d7d86bbd95
1 changed files with 12 additions and 7 deletions

View File

@ -22,10 +22,15 @@ requests:
- type: word
words:
- 'connection'
- 'name'
- 'driver'
- 'password'
- 'url'
- 'user'
condition: and
- '"connection"'
- '"name"'
- '"driver"'
- '"password"'
- '"url"'
- '"user"'
condition: and
- type: word
words:
- "application/json"
part: header