From ce40700db7620af454bbf76b7402eead69040eba Mon Sep 17 00:00:00 2001 From: alxndrsn Date: Tue, 10 Dec 2024 05:19:00 +0000 Subject: [PATCH] test/nginx: remove misleading comment This comment was merged as part of #809, but was not correct by the time the PR was merged. --- test/test-nginx.js | 1 - 1 file changed, 1 deletion(-) 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';