From 33bc8f92cb9962fde627d468ee654438dd8d9c9a Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Fri, 24 Mar 2023 12:15:10 +0300 Subject: [PATCH] test(request-client): fixed typo --- src/test/RequestClient.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/RequestClient.spec.ts b/src/test/RequestClient.spec.ts index b428380..a5b4c5a 100644 --- a/src/test/RequestClient.spec.ts +++ b/src/test/RequestClient.spec.ts @@ -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' }