diff --git a/tests/test_types.py b/tests/test_types.py index 2166a7f..a91f768 100644 --- a/tests/test_types.py +++ b/tests/test_types.py @@ -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