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 May 9, 2024
1 parent f699b39 commit 5f14117
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/src/libraries/hook/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ describe('triggerInteractionHooks()', () => {

const interactionHookContext = new InteractionHookContextManager({
interactionEvent: InteractionEvent.SignIn,
userAgent: 'ua',
userIp: 'ip',
applicationId: 'some_client',
sessionId: 'some_jti',
});
Expand Down

0 comments on commit 5f14117

Please sign in to comment.