Skip to content

Commit 8f6310b

Browse files
Adam Goughwaleed
authored andcommitted
fixed test
1 parent 84d93e2 commit 8f6310b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/app/api/auth/oauth/token/route.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ describe('OAuth Token API Routes', () => {
200200
const response = await POST(req)
201201
const data = await response.json()
202202

203-
expect(response.status).toBe(401)
203+
expect(response.status).toBe(404)
204204
expect(data).toHaveProperty('error')
205205
})
206206

0 commit comments

Comments
 (0)