Skip to content

Commit

Permalink
MAT-6819 change sub to bypass gitleak
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Apr 12, 2024
1 parent 67481d5 commit f0ddd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/auth.guard.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('AuthGuard', () => {
verifyAccessToken: () => ({
oktaToken: {
claims: {
sub: 'a_user@acompany.com',
sub: 'a_user',
},
},
}),
Expand Down

0 comments on commit f0ddd3b

Please sign in to comment.