fix tests

This commit is contained in:
Roman Shtylman
2015-08-02 11:59:27 -07:00
parent 98db0257bc
commit 97ca914178

View File

@@ -34,7 +34,7 @@ test('landing page', function(done) {
});
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();
});
});