Merge pull request #1878 from ArthurHoaro/fix/github-assets-429

This commit is contained in:
ArthurHoaro 2022-08-20 22:58:36 +02:00 committed by GitHub
commit 51603fe265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ class ThumbnailerTest extends TestCase
*/
public function testThumbnailAllValid()
{
$thumb = $this->thumbnailer->get('https://github.com/shaarli/Shaarli/');
$thumb = $this->thumbnailer->get('https://gitlab.com/shaarli/Shaarli');
$this->assertNotFalse($thumb);
$image = imagecreatefromstring(file_get_contents($thumb));
$this->assertEquals(self::WIDTH, imagesx($image));