summaryrefslogtreecommitdiffhomepage
path: root/test/node/post_variables/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/post_variables/app.js')
-rw-r--r--test/node/post_variables/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/post_variables/app.js b/test/node/post_variables/app.js
index 12b867cb..4d88434d 100644
--- a/test/node/post_variables/app.js
+++ b/test/node/post_variables/app.js
@@ -11,4 +11,4 @@ require('http').createServer(function (req, res) {
res.setHeader('X-Var-3', query.var3);
res.end();
});
-}).listen(7080);
+}).listen(8080);