1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 09:24:35 +00:00

test: fix

This commit is contained in:
2021-03-29 13:43:51 +02:00
parent 9da2a29a72
commit e88736056a

View File

@@ -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',