Skip to content

Commit

Permalink
Add email to mock user, so email function called
Browse files Browse the repository at this point in the history
  • Loading branch information
trslater committed Mar 6, 2025
1 parent 24e0432 commit 6b985e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ describe('AuthorizationService', () => {
clientRoles: [],
bceidGuid: '',
displayName: '',
email: '[email protected]',
identityProvider: 'idir',
uuid: 'user-uuid',
} as Partial<User> as User);
Expand Down

0 comments on commit 6b985e4

Please sign in to comment.