Skip to content

Commit

Permalink
fix: failing e2e test for backend
Browse files Browse the repository at this point in the history
  • Loading branch information
kasir-barati committed May 17, 2024
1 parent c10ee88 commit 927fd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend-e2e/src/auth/auth-business.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('Auth -- business', () => {
email_verified: true,
family_name: 'Kazuya',
given_name: 'Souma',
preferred_username: '[email protected]',
preferred_username: 'souma_kazuya',
roles: [],
scope: 'openid offline_access',
settings: {},
Expand Down

0 comments on commit 927fd20

Please sign in to comment.