mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 09:24:35 +00:00
test: fix
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user