From d007395f3a6f06331b13d7d04ce7a12e1b60da71 Mon Sep 17 00:00:00 2001 From: Jason Hyde Date: Sat, 16 Oct 2021 18:07:42 +0300 Subject: [PATCH] [test] update snapshots --- source/__snapshots__/bitrix.unit.test.ts.snap | 1 + source/client/__snapshots__/client.unit.test.ts.snap | 3 +++ 2 files changed, 4 insertions(+) diff --git a/source/__snapshots__/bitrix.unit.test.ts.snap b/source/__snapshots__/bitrix.unit.test.ts.snap index eee882f..edef8b0 100644 --- a/source/__snapshots__/bitrix.unit.test.ts.snap +++ b/source/__snapshots__/bitrix.unit.test.ts.snap @@ -53,6 +53,7 @@ Array [ Array [ "https://test.com", "test_token", + undefined, ], ] `; diff --git a/source/client/__snapshots__/client.unit.test.ts.snap b/source/client/__snapshots__/client.unit.test.ts.snap index 86d18a1..78f79cf 100644 --- a/source/client/__snapshots__/client.unit.test.ts.snap +++ b/source/client/__snapshots__/client.unit.test.ts.snap @@ -42,6 +42,9 @@ Array [ [Function], ], }, + "https": Object { + "rejectUnauthorized": false, + }, "prefixUrl": "https://test.com", "responseType": "json", },