We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539e0e4 commit b754ea1Copy full SHA for b754ea1
1 file changed
packages/client/test/client/auth.test.ts
@@ -1656,7 +1656,7 @@ describe('OAuth Authorization', () => {
1656
authorizationCode: 'code123',
1657
codeVerifier: 'verifier123',
1658
redirectUri: 'http://localhost:3000/callback',
1659
- fetchFn: mockFetch,
+ fetchFn: mockFetch
1660
});
1661
1662
const fetchUrl = new URL(mockFetch.mock.calls[0]![0] as string);
0 commit comments