Skip to content

Commit 0ad8dc6

Browse files
committed
fix(test): clean up unused code
clean up unused code
1 parent e6fa568 commit 0ad8dc6

File tree

2 files changed

+1
-2
lines changed
  • packages/integration-tests/src

2 files changed

+1
-2
lines changed

packages/integration-tests/src/helpers/experience/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ export const signInWithSocial = async (
173173
options?: {
174174
registerNewUser?: boolean;
175175
linkSocial?: boolean;
176-
tokenResponse?: TokenResponse;
177176
}
178177
) => {
179178
const state = 'state';

packages/integration-tests/src/tests/api/experience-api/sign-in-interaction/social.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('social sign-in and sign-up', () => {
2626
id_token: 'mid_token',
2727
access_token: 'access_token',
2828
token_type: 'bearer',
29-
scope: 'openid ',
29+
scope: 'openid',
3030
expires_in: 3600,
3131
};
3232

0 commit comments

Comments
 (0)