We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e552d77 commit 0d48173Copy full SHA for 0d48173
1 file changed
packages/wallet/wdk/test/wallets.test.ts
@@ -160,7 +160,7 @@ describe('Wallets', () => {
160
})
161
162
expect(url).toBe('https://accounts.google.com/o/oauth2/v2/auth?state=test-state')
163
- expect(commitAuthSpy).toHaveBeenCalledWith('/auth/return', true)
+ expect(commitAuthSpy).toHaveBeenCalledWith('/auth/return', { type: 'auth' })
164
165
166
it('Should reject google-id-token signup when Google is configured for redirect auth', async () => {
0 commit comments