matcher update
parent
adac70ced4
commit
f4219d8a17
|
@ -25,9 +25,22 @@ requests:
|
|||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- 'Set-Cookie: azkaban.browse'
|
||||
- '"session.id"'
|
||||
- '"success"'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'azkaban.browser.session.id'
|
||||
- 'application/json'
|
||||
condition: and
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
- 200
|
||||
|
||||
extractors:
|
||||
- type: kval
|
||||
kval:
|
||||
- azkaban.browser.session.id
|
||||
|
|
Loading…
Reference in New Issue