mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
fix bugs and test cases
This commit is contained in:
parent
520f92503f
commit
89d6e422f5
2 changed files with 4 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ class TestParser(DirectoriesMixin, TestCase):
|
|||
parser.get_thumbnail(os.path.join(self.SAMPLE_FILES, 'simple-digital.pdf'), "application/pdf")
|
||||
# dont really know how to test it, just call it and assert that it does not raise anything.
|
||||
|
||||
@mock.patch("paperless_tesseract.parsers.run_convert")
|
||||
@mock.patch("documents.parsers.run_convert")
|
||||
def test_thumbnail_fallback(self, m):
|
||||
|
||||
def call_convert(input_file, output_file, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue