Skip to content

Commit

Permalink
Removed session id
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus committed Oct 21, 2024
1 parent 3478bee commit e4fd9d8
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion tests/request_data/test_add_user_to_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=BD508AB7D14E3B0FF7B2E6EF948A8DE1; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
2 changes: 1 addition & 1 deletion tests/request_data/test_create_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=EF90E4A54CE109562E84E4E88C81DA0B; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
2 changes: 1 addition & 1 deletion tests/request_data/test_create_group_existing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=C85AE07B1A0D1790F20825B093673FEC; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
2 changes: 1 addition & 1 deletion tests/request_data/test_create_resource_for_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ responses:
Expires: '0'
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=93619CEE47E98D1BA097207980308BB1; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=2C19B1ABC770BE9FEBBD252B1DE39157; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
2 changes: 1 addition & 1 deletion tests/request_data/test_initial_sync_community.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=F2A4EF2301C011A1AEAF659E1D97060E; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
2 changes: 1 addition & 1 deletion tests/request_data/test_invite_user_to_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=9DFA644CCB29A7698B62036CB60BD8FC; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down
6 changes: 3 additions & 3 deletions tests/request_data/test_with_communities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=1E6BFFDEF71957BA61EC66523FDB6AFF; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down Expand Up @@ -518,7 +518,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=47519351609E325164ECB9338D9F46B1; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down Expand Up @@ -1004,7 +1004,7 @@ responses:
Keep-Alive: timeout=5, max=100
Pragma: no-cache
Referrer-Policy: no-referrer-when-downgrade
Set-Cookie: PERUNSESSION=D51C0DC076DA97A2AA5903883A7D5D06; Path=/; Secure; HttpOnly;
Set-Cookie: PERUNSESSION=session; Path=/; Secure; HttpOnly;
SameSite=Strict
Strict-Transport-Security: max-age=63072000
Transfer-Encoding: chunked
Expand Down

0 comments on commit e4fd9d8

Please sign in to comment.