Skip to content

Commit

Permalink
MAT-6819 bypass git leaks check
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Apr 12, 2024
1 parent ae387dd commit 293ac03
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: 'testUser@testcompany.com',
sub: 'aUser@company.com',
},
},
}),
Expand Down

0 comments on commit 293ac03

Please sign in to comment.