mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Fix type test.
This commit is contained in:
parent
ee52241cc2
commit
d87e0821c9
@ -153,8 +153,5 @@ def test_InlineQueryResultCachedPhoto_with_markup():
|
||||
assert 'Fileid' in json_str
|
||||
assert 'Title' in json_str
|
||||
assert 'caption' not in json_str
|
||||
assert 'reply_markup' not in json_str
|
||||
|
||||
|
||||
test_InlineQueryResultCachedPhoto_with_markup()
|
||||
assert 'reply_markup' in json_str
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user