mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-13 23:20:05 +00:00
fix: while checking session extract username also
This commit is contained in:
@@ -175,7 +175,7 @@ describe('AuthManager', () => {
|
||||
expect(response.isLoggedIn).toBeTruthy()
|
||||
expect(mockedAxios.get).toHaveBeenNthCalledWith(
|
||||
1,
|
||||
`http://test-server.com/identities`,
|
||||
`http://test-server.com/identities/users/@currentUser`,
|
||||
{
|
||||
withCredentials: true,
|
||||
responseType: 'text',
|
||||
|
||||
Reference in New Issue
Block a user