Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSpies82 committed Jul 10, 2023
1 parent 1a71bbb commit 8322a9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/users/users.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,6 +537,7 @@ describe('UsersService', () => {
UserID: returnedUser.UserID,
Email: returnedUser.Email,
FirstName: returnedUser.FirstName,
EncryptionKey: 'pepperedPassword',
Token: 'token',
ExpiresAt: 3600,
};
Expand Down

0 comments on commit 8322a9c

Please sign in to comment.