diff --git a/test/basic.js b/test/basic.js index fc89044..62666e0 100644 --- a/test/basic.js +++ b/test/basic.js @@ -34,7 +34,7 @@ test('landing page', function(done) { }); res.on('end', function() { - assert(body.indexOf('

expose yourself to the world

') > 0); + assert(body.indexOf('Localtunnel ~ Expose yourself to the world') > 0); done(); }); });