Skip to content

Commit

Permalink
fix(test): fix ut
Browse files Browse the repository at this point in the history
fix ut
  • Loading branch information
simeng-li committed Oct 14, 2024
1 parent c98e991 commit 0a30f8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/libraries/sso-connector.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ describe('SsoConnectorLibrary', () => {
const authConfig: SsoConnectorIdpInitiatedAuthConfig = {
tenantId: 'tenantId',
defaultApplicationId: 'appId',
autoSendAuthorizationRequest: true,
clientIdpInitiatedAuthCallbackUri: null,
connectorId: 'connectorId',
redirectUri: 'https://app.com',
authParameters: {},
Expand Down

0 comments on commit 0a30f8b

Please sign in to comment.