test: fix redirect (#53)

This commit is contained in:
Bryan Helmig
2016-09-03 15:00:33 -07:00
committed by Roman Shtylman
parent c81ed7ff4a
commit 5ee2ded1fd

View File

@@ -35,7 +35,7 @@ test('landing page', function(done) {
});
res.on('end', function() {
assert(body.indexOf('<title>Localtunnel ~ Expose yourself to the world</title>') > 0);
assert(body.indexOf('Redirecting to https://localtunnel.github.io/www/') > 0);
done();
});
});