diff --git a/test/index.js b/test/index.js index 76a4655..8d3dcef 100644 --- a/test/index.js +++ b/test/index.js @@ -36,7 +36,7 @@ describe('Telegram', function () { msg.should.be.an.instanceOf(Object); done(); }); - var url = 'http://localhost:8443/bot'; + var url = 'http://localhost:8443/bot'+TOKEN; request({ url: url, method: 'POST',