Skip to content

Commit

Permalink
fix: Broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
KallynGowdy committed Oct 16, 2024
1 parent 8147dc2 commit f072906
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/aux-server/aux-web/aux-auth/shared/AuthManager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,12 @@ describe('AuthManager', () => {
expireTimeMs: 1234,
sessionKey: 'sessionKey',
connectionKey: 'connectionKey',
metadata: {
hasUserAuthenticator: false,
userAuthenticatorCredentialIds: [],
hasPushSubscription: false,
pushSubscriptionIds: [],
},
});
expect(fetch).toHaveBeenCalledWith(
'http://myendpoint.localhost/api/v3/callProcedure',
Expand Down

0 comments on commit f072906

Please sign in to comment.