diff options
Diffstat (limited to 'test/simple/test-http-head-response-has-no-body-end.js')
-rw-r--r-- | test/simple/test-http-head-response-has-no-body-end.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/simple/test-http-head-response-has-no-body-end.js b/test/simple/test-http-head-response-has-no-body-end.js index 2a111e5625..1810f4a2ce 100644 --- a/test/simple/test-http-head-response-has-no-body-end.js +++ b/test/simple/test-http-head-response-has-no-body-end.js @@ -41,9 +41,9 @@ var responseComplete = false; server.addListener('listening', function() { var req = http.request({ - port: common.PORT, + port: common.PORT, method: 'HEAD', - path: '/' + path: '/' }, function(res) { common.error('response'); res.addListener('end', function() { |