mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-14 07:30:05 +00:00
test(get-token): covered getTokenRequestErrorPrefix
This commit is contained in:
@@ -55,7 +55,7 @@ describe('getAccessTokenForSasjs', () => {
|
||||
authConfig.refresh_token
|
||||
).catch((e: any) => e)
|
||||
|
||||
expect(error).toContain('Error while getting access token')
|
||||
expect(error).toContain('Error while fetching access token')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user