We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbacdeb commit 6db36d8Copy full SHA for 6db36d8
app/routes/_auth+/auth.$provider.callback.test.ts
@@ -35,7 +35,7 @@ test('when auth fails, send the user to login with a toast', async () => {
35
consoleError.mockImplementation(() => {})
36
server.use(
37
http.post('https://github.com/login/oauth/access_token', async () => {
38
- return new Response('error', { status: 400 })
+ return new Response(null, { status: 400 })
39
}),
40
)
41
const request = await setupRequest()
0 commit comments