summaryrefslogtreecommitdiff
path: root/test/parallel/test-https-localaddress-bind-error.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2015-12-25 22:00:10 -0800
committerRich Trott <rtrott@gmail.com>2015-12-28 20:05:48 -0800
commitfd395ba5c9924168880d212bb7b9bd02ceee45f5 (patch)
treef453df40a84745c0f90c7826cc15c5696757d4be /test/parallel/test-https-localaddress-bind-error.js
parent3d2356762296ee6bf8fc98a7d8e4d07cbac278d1 (diff)
downloadandroid-node-v8-fd395ba5c9924168880d212bb7b9bd02ceee45f5.tar.gz
android-node-v8-fd395ba5c9924168880d212bb7b9bd02ceee45f5.tar.bz2
android-node-v8-fd395ba5c9924168880d212bb7b9bd02ceee45f5.zip
test: remove unused variables from HTTPS tests
PR-URL: https://github.com/nodejs/node/pull/4426 Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Diffstat (limited to 'test/parallel/test-https-localaddress-bind-error.js')
-rw-r--r--test/parallel/test-https-localaddress-bind-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-https-localaddress-bind-error.js b/test/parallel/test-https-localaddress-bind-error.js
index 66551a780a..f5bb1f84c3 100644
--- a/test/parallel/test-https-localaddress-bind-error.js
+++ b/test/parallel/test-https-localaddress-bind-error.js
@@ -28,7 +28,7 @@ var server = https.createServer(options, function(req, res) {
});
server.listen(common.PORT, '127.0.0.1', function() {
- var req = https.request({
+ https.request({
host: 'localhost',
port: common.PORT,
path: '/',