Skip to content

Commit

Permalink
fix: test payloads not being sent correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
EsadCetiner authored Jul 26, 2024
1 parent c6c41fd commit 6a0d2e5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/
data: |
data: |-
csrf_token=0x0800random
version: HTTP/1.1
output:
Expand All @@ -38,7 +38,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/
data: |
data: |-
csrf_token=lsrandom
version: HTTP/1.1
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/login
data: |
data: |-
username=postmaster%40example.com&password=%3Cscript%3E&form_login=Login&lang=en_US
version: HTTP/1.1
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/create/user/[email protected]
data: |
data: |-
csrf_token=random&domainName=example.com&username=test&newpw=%3Cscript%3E&confirmpw=%3Cscript%3E&cn=test&preferredLanguage=en_US&mailQuota=42&submit_add_user=Add
version: HTTP/1.1
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/profile/user/general/[email protected]
data: |
data: |-
csrf_token=random&accountStatus=on&mailQuota=1024&cn=test&first_name=test&last_name=test&preferredLanguage=en_US&timezone=America%2FDenver&employeeNumber=123&title=test&title=test&mobile=564&telephoneNumber=54325&telephoneNumber=563
version: HTTP/1.1
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/create/admin
data: |
data: |-
csrf_token=random&mail=test%40example.com&newpw=%3Cscript%3E&confirmpw=%3Cscript%3E&cn=test&preferredLanguage=en_US
version: HTTP/1.1
output:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tests:
port: 80
method: POST
uri: /iredadmin/profile/user/password/[email protected]
data: |
data: |-
csrf_token=random&newpw=%3Cscript%3E&confirmpw=%3Cscript%3E
version: HTTP/1.1
output:
Expand Down

0 comments on commit 6a0d2e5

Please sign in to comment.