diff --git a/src/auth/spec/AuthManager.spec.ts b/src/auth/spec/AuthManager.spec.ts index 5d9e387..b528912 100644 --- a/src/auth/spec/AuthManager.spec.ts +++ b/src/auth/spec/AuthManager.spec.ts @@ -178,7 +178,7 @@ describe('AuthManager', () => { expect(response.isLoggedIn).toBeTruthy() expect(mockedAxios.get).toHaveBeenNthCalledWith( 1, - `http://test-server.com/SASJobExecution`, + `http://test-server.com/identities`, { withCredentials: true, responseType: 'text',