diff --git a/test/test-nginx.js b/test/test-nginx.js index 0c38aa6c..a367d7f5 100644 --- a/test/test-nginx.js +++ b/test/test-nginx.js @@ -234,7 +234,6 @@ async function resetMock(port) { // // 1. do not follow redirects // 2. allow overriding of fetch's "forbidden" headers: https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name -// 3. allow access to server SSL certificate function request(url, { body, ...options }={}) { if(!options.headers) options.headers = {}; if(!options.headers.host) options.headers.host = 'odk-nginx.example.test';