mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 10:22:14 +01:00
Fix JPEG images extension
This commit is contained in:
parent
2bef3e4927
commit
f0360bc31f
@ -61,8 +61,8 @@ class DownloadImagesTest extends TestCase
|
||||
public function singleImage()
|
||||
{
|
||||
return [
|
||||
['image/pjpeg', 'jpeg'],
|
||||
['image/jpeg', 'jpeg'],
|
||||
['image/pjpeg', 'jpg'],
|
||||
['image/jpeg', 'jpg'],
|
||||
['image/png', 'png'],
|
||||
['image/gif', 'gif'],
|
||||
['image/webp', 'webp'],
|
||||
|
Loading…
Reference in New Issue
Block a user