Skip to content

Commit

Permalink
test/nginx: remove misleading comment (#839)
Browse files Browse the repository at this point in the history
This comment was merged as part of #809, but was not correct by the time the PR was merged.
  • Loading branch information
alxndrsn authored Dec 10, 2024
1 parent 801ab50 commit 20878c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test-nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 20878c7

Please sign in to comment.