Update index.js

experimental
Yago 11 years ago
parent f881e8bb94
commit 6a091c307c
  1. 2
      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',

Loading…
Cancel
Save