mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update test for #259 fix
This commit is contained in:
parent
e32ed09da3
commit
bd67b53d50
@ -12,9 +12,9 @@ class SignalsTestCase(TestCase):
|
|||||||
"A document with a . in it", "Doc with -- in it"
|
"A document with a . in it", "Doc with -- in it"
|
||||||
)
|
)
|
||||||
suffixes = (
|
suffixes = (
|
||||||
"pdf", "jpg", "gif", "png", "tiff", "tif", "pnm", "bmp",
|
"pdf", "jpg", "jpeg", "gif", "png", "tiff", "tif", "pnm", "bmp",
|
||||||
"PDF", "JPG", "GIF", "PNG", "TIFF", "TIF", "PNM", "BMP",
|
"PDF", "JPG", "JPEG", "GIF", "PNG", "TIFF", "TIF", "PNM", "BMP",
|
||||||
"pDf", "jPg", "gIf", "pNg", "tIff", "tIf", "pNm", "bMp",
|
"pDf", "jPg", "jpEg", "gIf", "pNg", "tIff", "tIf", "pNm", "bMp",
|
||||||
)
|
)
|
||||||
|
|
||||||
for prefix in prefixes:
|
for prefix in prefixes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user