mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
test(request-client): fixed typo
This commit is contained in:
@@ -26,7 +26,7 @@ const PORT = 8000
|
|||||||
const SERVER_URL = `https://localhost:${PORT}/`
|
const SERVER_URL = `https://localhost:${PORT}/`
|
||||||
|
|
||||||
const ERROR_MESSAGES = {
|
const ERROR_MESSAGES = {
|
||||||
selfSigned: 'self signed certificate',
|
selfSigned: 'self-signed certificate',
|
||||||
CCA: 'unable to verify the first certificate'
|
CCA: 'unable to verify the first certificate'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user