Skip to content

Commit 20878c7

Browse files
authored
test/nginx: remove misleading comment (#839)
This comment was merged as part of #809, but was not correct by the time the PR was merged.
1 parent 801ab50 commit 20878c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test-nginx.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ async function resetMock(port) {
234234
//
235235
// 1. do not follow redirects
236236
// 2. allow overriding of fetch's "forbidden" headers: https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name
237-
// 3. allow access to server SSL certificate
238237
function request(url, { body, ...options }={}) {
239238
if(!options.headers) options.headers = {};
240239
if(!options.headers.host) options.headers.host = 'odk-nginx.example.test';

0 commit comments

Comments
 (0)