Skip to content

Commit e8c29cb

Browse files
Update authService.spec.ts
1 parent 1535cdf commit e8c29cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/authService/authService.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('Unit test for authService', () => {
3030
expect(response.success).toBe(true);
3131
expect(fetch).toHaveBeenCalledTimes(1);
3232
expect(fetch).toBeCalledWith(`${thoughtSpotHost}${EndPoints.SESSION_INFO}`, {
33-
"credentials": "include"
33+
credentials: 'include',
3434
});
3535
});
3636

0 commit comments

Comments
 (0)