Skip to content

Commit 7822af2

Browse files
committed
fix another test
1 parent 8483679 commit 7822af2

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
@@ -365,7 +365,7 @@ describe('Test FETCH_AUTH action', () => {
365365
}
366366
]
367367
])
368-
.withState({ session: mockTokens }) // need to mock tokens for updateLatestViewedCourse call
368+
.withState({ session: mockTokens, isVscode: false }) // need to mock tokens for updateLatestViewedCourse call
369369
.call(postAuth, code, providerId, clientId, redirectUrl)
370370
.put(SessionActions.setTokens(mockTokens))
371371
.call(getUser, mockTokens)

0 commit comments

Comments
 (0)