mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-02-16 18:31:45 +01:00
Minor fix
This commit is contained in:
parent
14cb13acfd
commit
f152195a68
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ class InputLocationMessageContentTest(BaseTest, unittest.TestCase):
|
|||
json_dict = self.json_dict
|
||||
|
||||
del (json_dict['longitude'])
|
||||
del (json_dict['latitude'])
|
||||
# If none args are sent it will fall in a different condition
|
||||
# del (json_dict['latitude'])
|
||||
|
||||
ilmc = telegram.InputMessageContent.de_json(json_dict)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue