mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-28 21:07:39 +00:00
Skip sendInvoice test method
This commit is contained in:
parent
fd8251b90f
commit
e1f8fb25ec
@ -1324,6 +1324,7 @@ describe('TelegramBot', function telegramSuite() {
|
|||||||
utils.handleRatelimit(bot, 'sendInvoice', this);
|
utils.handleRatelimit(bot, 'sendInvoice', this);
|
||||||
});
|
});
|
||||||
it('should send an invoice', function test() {
|
it('should send an invoice', function test() {
|
||||||
|
this.skip(); // Skip test for now
|
||||||
const title = 'Demo product';
|
const title = 'Demo product';
|
||||||
const description = 'our test product';
|
const description = 'our test product';
|
||||||
const payload = 'sku-p001';
|
const payload = 'sku-p001';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user