More strict matcher
parent
6943f88aa2
commit
d7d86bbd95
|
@ -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
|
Loading…
Reference in New Issue