1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

test(RequestClient): updated

This commit is contained in:
Saad Jutt
2021-10-06 14:06:00 +05:00
parent 7f590c35da
commit 2849e6ed07
4 changed files with 96 additions and 14 deletions

View File

@@ -46,7 +46,7 @@ export async function getAccessToken(
)
.then((res) => res.result as SasAuthResponse)
.catch((err) => {
throw prefixMessage(err, 'Error while getting access token')
throw prefixMessage(err, 'Error while getting access token. ')
})
return authResponse