Skip to content

Commit e4aeeb8

Browse files
committed
Fix
1 parent 649e488 commit e4aeeb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/IntegrationTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ public static function provideUrls(): array
119119
'video' => 'https://github.com/danog/MadelineProto/raw/v8/tests/swing.mp4?raw=true',
120120
'animation' => 'https://github.com/danog/MadelineProto/raw/v8/tests/pony.mp4?raw=true',
121121
'document' => 'https://github.com/danog/danog.github.io/raw/master/lol/index_htm_files/0.gif',
122-
'voice' => 'https://daniil.it/audio_2020-02-01_18-09-08.ogg',
123-
'video_note' => 'https://daniil.it/round.mp4'
122+
'voice' => 'https://paste.daniil.it/a.ogg',
123+
'video_note' => 'https://paste.daniil.it/round.mp4'
124124
];
125125
}
126126
}

0 commit comments

Comments
 (0)