From 17e24e938b70a67ac0ed9821b521d907d55a01d1 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 7 Jun 2017 12:53:19 +0700 Subject: [PATCH] Remove nonexistent strictSSL option from test (#328) --- test/https.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/https.js b/test/https.js index 7bff108..e1a0d3a 100644 --- a/test/https.js +++ b/test/https.js @@ -47,7 +47,6 @@ test('make request to https server without ca', async t => { test('make request to https server with ca', async t => { const {body} = await got(s.url, { - strictSSL: true, ca: caRootCert, headers: {host: 'sindresorhus.com'} });