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:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user