Skip to content

Commit a9ee97d

Browse files
committed
fix one more test
1 parent 7822af2 commit a9ee97d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/sagas/__tests__/BackendSaga.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ describe('Test FETCH_AUTH action', () => {
380380

381381
test('when user is null', () => {
382382
return expectSaga(BackendSaga)
383-
.withState({ session: mockTokens }) // need to mock tokens for the selectTokens() call
383+
.withState({ session: mockTokens, isVscode: false }) // need to mock tokens for the selectTokens() call
384384
.provide([
385385
[call(postAuth, code, providerId, clientId, redirectUrl), mockTokens],
386386
[

0 commit comments

Comments
 (0)