mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-03-30 03:09:21 +02:00
fix test_send_photo_resend
This commit is contained in:
parent
5f6138b06b
commit
cbe057083f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class PhotoTest(BaseTest, unittest.TestCase):
|
|||
self.thumb = {
|
||||
'width': 90,
|
||||
'height': 90,
|
||||
'file_id': 'AgADAQADgEsyGx8j9QfmDMmwkPBrFcKRzy8ABD64nkFkjujeNXYBAAEC',
|
||||
'file_id': 'AgADAQADgEsyGx8j9QeYW9oDz2mKRsKRzy8ABD64nkFkjujeNXYBAAEC',
|
||||
'file_size': 1478
|
||||
}
|
||||
self.file_size = 10209
|
||||
|
|
Loading…
Add table
Reference in a new issue