Skip to content

Commit

Permalink
dj-rest-auth test changes 3.x -> 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tfranzel committed May 29, 2023
1 parent ea31d90 commit 3c36581
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/contrib/test_rest_auth_token.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,15 +396,15 @@ components:
type: object
description: Serializer for JWT authentication.
properties:
access_token:
access:
type: string
refresh_token:
refresh:
type: string
user:
$ref: '#/components/schemas/UserDetails'
required:
- access_token
- refresh_token
- access
- refresh
- user
Login:
type: object
Expand Down

0 comments on commit 3c36581

Please sign in to comment.