mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
test: fix redirect (#53)
This commit is contained in:
committed by
Roman Shtylman
parent
c81ed7ff4a
commit
5ee2ded1fd
@@ -35,7 +35,7 @@ test('landing page', function(done) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
res.on('end', function() {
|
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();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user