1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-06 20:10:05 +00:00

test(get-token): covered getTokenRequestErrorPrefix

This commit is contained in:
Yury Shkoda
2023-06-21 16:34:26 +03:00
parent 375cec48ca
commit 28e9d1cc6b
6 changed files with 124 additions and 30 deletions

View File

@@ -66,7 +66,7 @@ describe('getAccessTokenForViya', () => {
authConfig.refresh_token
).catch((e: any) => e)
expect(error).toContain('Error while getting access token')
expect(error).toContain('Error while fetching access token')
})
})