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

test: fixed unit tests

This commit is contained in:
Yury Shkoda
2023-06-23 18:04:48 +03:00
parent 5c589a6af3
commit 61db1e0609
2 changed files with 4 additions and 4 deletions

View File

@@ -213,7 +213,7 @@ describe('RequestClient - Self Signed Server', () => {
serverType: ServerType.SasViya
})
const expectedError = 'self signed certificate'
const expectedError = 'self-signed certificate'
const rejectionErrorMessage = await adapterWithoutCertificate
.getAccessToken('clientId', 'clientSecret', 'authCode')