fix lint error
parent
895f242e8c
commit
d17a8cea09
|
@ -46,7 +46,7 @@ javascript:
|
||||||
sha256combined: "{{ sha256(sha1Hash+passwordRandom+'cid2016') }}"
|
sha256combined: "{{ sha256(sha1Hash+passwordRandom+'cid2016') }}"
|
||||||
passwordRandom: "{{passwordRandom}}"
|
passwordRandom: "{{passwordRandom}}"
|
||||||
|
|
||||||
|
|
||||||
http:
|
http:
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
|
@ -77,7 +77,7 @@ http:
|
||||||
Content-Type: application/json
|
Content-Type: application/json
|
||||||
|
|
||||||
{"passwordCustom": "{{javascript_response}}", "passwordRandom": "{{passwordRandom}}"}
|
{"passwordCustom": "{{javascript_response}}", "passwordRandom": "{{passwordRandom}}"}
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue