fix lint error

patch-11
Dhiyaneshwaran 2024-09-05 00:06:01 +05:30 committed by GitHub
parent 895f242e8c
commit d17a8cea09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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