Skip to content

Commit

Permalink
chore(4351): reflect jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
junminahn committed Dec 11, 2024
1 parent b049606 commit d410109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jest.setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jest.mock('@/services/keycloak/app-realm', () => ({
findUserEmailsByAuthRole: jest.fn(async () => []),
}));

jest.mock('@/utils/jwt', () => ({
jest.mock('@/utils/node/jwt', () => ({
verifyKeycloakJwtTokenSafe: jest.fn(async () => ({ service_account_type: 'user', 'kc-userid': 'xxxxxxxxxxxx' })),
}));

Expand Down

0 comments on commit d410109

Please sign in to comment.