Skip to content

Commit

Permalink
test/cypress/fixtures: add login response fixture JSON file (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi authored Nov 1, 2024
1 parent 00d1a52 commit 4d78eea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/cypress/fixtures/loginResponse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"access": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzI3MjEwMTYzLCJqdGkiOiJiMzY5M2I1ZTU3OWE0MDZhOWUyNWE0ZTQ3YzFmMjQ4NiIsInVzZXJfaWQiOjE4OTc2MX0.jAfrS_1R2FnoNcZmYUEoOqPq7evNLP7KzPAOFmuHu88",
"refresh": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTcyNzI5NjI2MywianRpIjoiNzYzNGIxYzBiYTdiNDQ0Zjk0ZTZmNTA5M2E1MDM3MDYiLCJ1c2VyX2lkIjoxODk3NjF9.6J_L4wVjPN3bKAOU-UcvxhrIBirqLVrgi5AZefsqrt0",
"user": {
"pk": 1,
"username": "foobar",
"email": "foo@bar.org",
"first_name": "Foo",
"last_name": "Bar"
}
}

0 comments on commit 4d78eea

Please sign in to comment.