mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 09:37:04 +01:00
more testing.
This commit is contained in:
parent
b97fa9e3b9
commit
e431a658cc
4 changed files with 28 additions and 3 deletions
|
|
@ -17,7 +17,8 @@ class TestDecryptDocuments(TestCase):
|
|||
@override_settings(
|
||||
ORIGINALS_DIR=os.path.join(os.path.dirname(__file__), "samples", "originals"),
|
||||
THUMBNAIL_DIR=os.path.join(os.path.dirname(__file__), "samples", "thumb"),
|
||||
PASSPHRASE="test"
|
||||
PASSPHRASE="test",
|
||||
PAPERLESS_FILENAME_FORMAT=None
|
||||
)
|
||||
@mock.patch("documents.management.commands.decrypt_documents.input")
|
||||
def test_decrypt(self, m):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue