File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,14 @@ class PhotoTest(BaseTest, unittest.TestCase):
35
35
36
36
def setUp (self ):
37
37
self .photo_file = open ('tests/data/telegram.jpg' , 'rb' )
38
- self .photo_file_id = 'AgADAQADvb8xGx8j9QcpZDKxYoFK3bfX1i8ABFX_dgMWoKDuQugAAgI '
38
+ self .photo_file_id = 'AgADAQADgEsyGx8j9QfmDMmwkPBrFcKRzy8ABHW8ul9nW7FoNHYBAAEC '
39
39
self .photo_file_url = 'https://raw.githubusercontent.com/python-telegram-bot/python-telegram-bot/master/tests/data/telegram.jpg'
40
40
self .width = 300
41
41
self .height = 300
42
42
self .thumb = {
43
43
'width' : 90 ,
44
44
'height' : 90 ,
45
- 'file_id' :
46
- 'AgADAQADvb8xGx8j9QcpZDKxYoFK3bfX1i8ABBxRLXFhLnhIQ-gAAgI' ,
45
+ 'file_id' : 'AgADAQADgEsyGx8j9QfmDMmwkPBrFcKRzy8ABD64nkFkjujeNXYBAAEC' ,
47
46
'file_size' : 1478
48
47
}
49
48
self .file_size = 10209
You can’t perform that action at this time.
0 commit comments