1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

test(request-client): fixing self-signed certificate error

This commit is contained in:
Yury Shkoda
2023-03-27 17:08:06 +03:00
parent 074a21c4bb
commit 96caadc6b1

View File

@@ -26,7 +26,7 @@ const PORT = 8000
const SERVER_URL = `https://localhost:${PORT}/`
const ERROR_MESSAGES = {
selfSigned: 'self-signed certificate',
selfSigned: 'self signed certificate',
CCA: 'unable to verify the first certificate'
}