We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1535cdf commit e8c29cbCopy full SHA for e8c29cb
src/utils/authService/authService.spec.ts
@@ -30,7 +30,7 @@ describe('Unit test for authService', () => {
30
expect(response.success).toBe(true);
31
expect(fetch).toHaveBeenCalledTimes(1);
32
expect(fetch).toBeCalledWith(`${thoughtSpotHost}${EndPoints.SESSION_INFO}`, {
33
- "credentials": "include"
+ credentials: 'include',
34
});
35
36
0 commit comments