tests
This commit is contained in:
17
tests/e2e/api/.auth/session.json
Normal file
17
tests/e2e/api/.auth/session.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"cookies": [
|
||||
{
|
||||
"name": "gp_session",
|
||||
"value": "gp_9f9c4115-2a02-4be7-9aec-72ddb3c7cdbf",
|
||||
"domain": "localhost",
|
||||
"path": "/",
|
||||
"expires": -1,
|
||||
"httpOnly": true,
|
||||
"secure": false,
|
||||
"sameSite": "Lax"
|
||||
}
|
||||
],
|
||||
"userId": "68fd953d-4f4a-47b6-83b9-ec361238e4f1",
|
||||
"email": "smoke-test-1767897520573@example.com",
|
||||
"password": "Password123"
|
||||
}
|
||||
Reference in New Issue
Block a user