mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Remove unnecessary test
This commit is contained in:
parent
592dcbfedf
commit
27e2cbc7ea
@ -190,14 +190,6 @@ def test_json_poll_answer():
|
||||
assert poll_answer.options_ids == [1]
|
||||
|
||||
|
||||
def test_json_poll_answer():
|
||||
json_string = r'{"poll_id": "qwerty963852741","user": {"id": 111,"is_bot": false,"first_name": "Tele","last_name": "Bot","username": "Telebot","language_code": "ru"},"option_ids": [1, 2]}'
|
||||
msg = types.PollAnswer.de_json(json_string)
|
||||
assert isinstance(msg.user, types.User)
|
||||
assert msg.poll_id == 'qwerty963852741'
|
||||
assert len(msg.option_ids) == 2
|
||||
|
||||
|
||||
def test_KeyboardButtonPollType():
|
||||
markup = types.ReplyKeyboardMarkup()
|
||||
markup.add(types.KeyboardButton('send me a poll', request_poll=types.KeyboardButtonPollType(type='quiz')))
|
||||
|
Loading…
Reference in New Issue
Block a user