We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3692894 commit fac5f63Copy full SHA for fac5f63
apps/sim/app/api/auth/oauth/utils.test.ts
@@ -231,7 +231,6 @@ describe('OAuth Utils', () => {
231
accountId: 'account-id',
232
workspaceId: 'workspace-id',
233
}
234
- const mockCredentialRow = { type: 'oauth', accountId: 'account-id' }
235
const mockAccountRow = {
236
id: 'account-id',
237
accessToken: 'expired-token',
@@ -241,7 +240,6 @@ describe('OAuth Utils', () => {
241
240
userId: 'test-user-id',
242
243
mockSelectChain([mockResolvedCredential])
244
- mockSelectChain([mockCredentialRow])
245
mockSelectChain([mockAccountRow])
246
247
mockRefreshOAuthToken.mockResolvedValueOnce(null)
0 commit comments