Skip to content

Commit fd5471e

Browse files
committed
do not switch off TLS verification by default in sender options tests
1 parent f9b58a4 commit fd5471e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/options.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ const proxyOptions = {
1515
ca: readFileSync("test/certs/ca/ca.crt"),
1616
};
1717

18-
process.env["NODE_TLS_REJECT_UNAUTHORIZED"] = "0";
19-
2018
describe("Configuration string parser suite", function () {
2119
const mockHttp = new MockHttp();
2220
const mockHttps = new MockHttp();

0 commit comments

Comments
 (0)