matcher - update
parent
6c77faf0a5
commit
8e335f1cde
|
@ -35,7 +35,12 @@ javascript:
|
|||
args:
|
||||
Host: "ldap://{{Host}}"
|
||||
Port: 389
|
||||
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "success == true"
|
||||
|
||||
extractors:
|
||||
- type: dsl
|
||||
dsl:
|
||||
|
|
|
@ -35,6 +35,11 @@ javascript:
|
|||
Host: "ldap://{{Host}}"
|
||||
Port: 389
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "success == true"
|
||||
|
||||
extractors:
|
||||
- type: dsl
|
||||
dsl:
|
||||
|
|
|
@ -26,6 +26,11 @@ javascript:
|
|||
Host: "ldap://{{Host}}"
|
||||
Port: 389
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "success == true"
|
||||
|
||||
extractors:
|
||||
- type: json
|
||||
json:
|
||||
|
|
Loading…
Reference in New Issue