Skip to content

Adrienne / Fix SSO triggering twice before redirecting to Traders Hub #22083

Adrienne / Fix SSO triggering twice before redirecting to Traders Hub

Adrienne / Fix SSO triggering twice before redirecting to Traders Hub #22083

Triggered via pull request March 6, 2025 08:12
Status Failure
Total duration 15m 36s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Build And Test: packages/hooks/src/__tests__/useSilentLoginAndLogout.spec.ts#L46
Argument of type '{ is_client_store_initialized: true; isOAuth2Enabled: true; oAuthLogout: jest.Mock<any, any, any>; }' is not assignable to parameter of type '{ is_client_store_initialized: boolean; isOAuth2Enabled: boolean; oAuthLogout: () => Promise<void>; prevent_single_login: boolean; }'.
Build And Test: packages/hooks/src/__tests__/useSilentLoginAndLogout.spec.ts#L65
Argument of type '{ is_client_store_initialized: true; isOAuth2Enabled: true; oAuthLogout: jest.Mock<any, any, any>; }' is not assignable to parameter of type '{ is_client_store_initialized: boolean; isOAuth2Enabled: boolean; oAuthLogout: () => Promise<void>; prevent_single_login: boolean; }'.
Build And Test: packages/hooks/src/__tests__/useSilentLoginAndLogout.spec.ts#L87
Argument of type '{ is_client_store_initialized: true; isOAuth2Enabled: true; oAuthLogout: jest.Mock<any, any, any>; }' is not assignable to parameter of type '{ is_client_store_initialized: boolean; isOAuth2Enabled: boolean; oAuthLogout: () => Promise<void>; prevent_single_login: boolean; }'.
Build And Test: packages/hooks/src/__tests__/useSilentLoginAndLogout.spec.ts#L104
Argument of type '{ is_client_store_initialized: true; isOAuth2Enabled: true; oAuthLogout: jest.Mock<any, any, any>; }' is not assignable to parameter of type '{ is_client_store_initialized: boolean; isOAuth2Enabled: boolean; oAuthLogout: () => Promise<void>; prevent_single_login: boolean; }'.
Build And Test: packages/hooks/src/__tests__/useSilentLoginAndLogout.spec.ts#L121
Argument of type '{ is_client_store_initialized: true; isOAuth2Enabled: true; oAuthLogout: jest.Mock<any, any, any>; }' is not assignable to parameter of type '{ is_client_store_initialized: boolean; isOAuth2Enabled: boolean; oAuthLogout: () => Promise<void>; prevent_single_login: boolean; }'.
Build And Test
Process completed with exit code 2.