From c55474a2f3d964a73743d719f409baaf1d005da5 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 30 Nov 2023 18:05:33 +0100 Subject: [PATCH] Fixup tests --- tests/IntegrationTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/IntegrationTest.php b/tests/IntegrationTest.php index 0599405..2f8a587 100644 --- a/tests/IntegrationTest.php +++ b/tests/IntegrationTest.php @@ -101,11 +101,11 @@ class IntegrationTest extends TestCase public function provideUrls(): array { return [ - 'sticker' => 'https://github.com/danog/MadelineProto/blob/master/tests/lel.webp?raw=true', - 'photo' => 'https://github.com/danog/MadelineProto/blob/master/tests/faust.jpg', - 'audio' => 'https://github.com/danog/MadelineProto/blob/master/tests/mosconi.mp3?raw=true', - 'video' => 'https://github.com/danog/MadelineProto/blob/master/tests/swing.mp4?raw=true', - 'animation' => 'https://github.com/danog/MadelineProto/blob/master/tests/pony.mp4?raw=true', + 'sticker' => 'https://github.com/danog/MadelineProto/raw/v8/tests/lel.webp?raw=true', + 'photo' => 'https://github.com/danog/MadelineProto/raw/v8/tests/faust.jpg', + 'audio' => 'https://github.com/danog/MadelineProto/raw/v8/tests/mosconi.mp3?raw=true', + 'video' => 'https://github.com/danog/MadelineProto/raw/v8/tests/swing.mp4?raw=true', + 'animation' => 'https://github.com/danog/MadelineProto/raw/v8/tests/pony.mp4?raw=true', 'document' => 'https://github.com/danog/danog.github.io/raw/master/lol/index_htm_files/0.gif', 'voice' => 'https://daniil.it/audio_2020-02-01_18-09-08.ogg', 'video_note' => 'https://daniil.it/round.mp4'