1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +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(response.isLoggedIn).toBeTruthy()
expect(mockedAxios.get).toHaveBeenNthCalledWith( expect(mockedAxios.get).toHaveBeenNthCalledWith(
1, 1,
`http://test-server.com/SASJobExecution`, `http://test-server.com/identities`,
{ {
withCredentials: true, withCredentials: true,
responseType: 'text', responseType: 'text',