summaryrefslogtreecommitdiffhomepage
path: root/test/node/mirror/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/node/mirror/app.js')
-rw-r--r--test/node/mirror/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/node/mirror/app.js b/test/node/mirror/app.js
index bdefe1cd..bdb89489 100644
--- a/test/node/mirror/app.js
+++ b/test/node/mirror/app.js
@@ -8,4 +8,4 @@ require('http').createServer(function (req, res) {
res.writeHead(200, {'Content-Length': Buffer.byteLength(body)})
.end(body);
});
-}).listen(7080);
+}).listen(8080);