mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-03 18:54:40 -05:00
Update test_parser.py
This commit is contained in:
@@ -88,11 +88,6 @@ class TestParser(DirectoriesMixin, FileSystemAssertsMixin, TestCase):
|
||||
|
||||
def test_supported_mime_types_invalid_config(self):
|
||||
parser = get_parser(uuid.uuid4())
|
||||
# with override_settings(
|
||||
# REMOTE_OCR_ENGINE=None,
|
||||
# REMOTE_OCR_API_KEY=None,
|
||||
# REMOTE_OCR_ENDPOINT=None,
|
||||
# ):
|
||||
self.assertEqual(parser.supported_mime_types(), [])
|
||||
|
||||
@override_settings(
|
||||
|
Reference in New Issue
Block a user