Browse Source

Remove nonexistent strictSSL option from test (#328)

helper-loop
Luke Childs 8 years ago
committed by Sindre Sorhus
parent
commit
17e24e938b
  1. 1
      test/https.js

1
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 => { test('make request to https server with ca', async t => {
const {body} = await got(s.url, { const {body} = await got(s.url, {
strictSSL: true,
ca: caRootCert, ca: caRootCert,
headers: {host: 'sindresorhus.com'} headers: {host: 'sindresorhus.com'}
}); });

Loading…
Cancel
Save