mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
fix tests
This commit is contained in:
@@ -34,7 +34,7 @@ test('landing page', function(done) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
res.on('end', function() {
|
res.on('end', function() {
|
||||||
assert(body.indexOf('<h2>expose yourself to the world</h2>') > 0);
|
assert(body.indexOf('<title>Localtunnel ~ Expose yourself to the world</title>') > 0);
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user