1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-14 18:03:14 +00:00

test: tolerate node 24 tls error suffix

This commit is contained in:
mulahasanovic
2026-04-14 10:23:20 +02:00
parent 9177dce3e1
commit 180e2ef425

View File

@@ -631,7 +631,7 @@ describe('RequestClient - Self Signed Server', () => {
getTokenRequestErrorPrefixResponse(err.message, ServerType.SasViya)
)
expect(rejectionErrorMessage).toEqual(expectedError)
expect(rejectionErrorMessage).toContain(expectedError)
})
it('should response the POST method using insecure flag', async () => {