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