mirror of
https://github.com/sasjs/adapter.git
synced 2026-04-15 02:13:13 +00:00
test: tolerate node 24 tls error suffix
This commit is contained in:
@@ -631,7 +631,7 @@ describe('RequestClient - Self Signed Server', () => {
|
|||||||
getTokenRequestErrorPrefixResponse(err.message, ServerType.SasViya)
|
getTokenRequestErrorPrefixResponse(err.message, ServerType.SasViya)
|
||||||
)
|
)
|
||||||
|
|
||||||
expect(rejectionErrorMessage).toEqual(expectedError)
|
expect(rejectionErrorMessage).toContain(expectedError)
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should response the POST method using insecure flag', async () => {
|
it('should response the POST method using insecure flag', async () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user