From e88736056a082224791474df6b0cc4574b753bd8 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Mon, 29 Mar 2021 13:43:51 +0200 Subject: [PATCH] test: fix --- src/auth/spec/AuthManager.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',