mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
bugfix
This commit is contained in:
parent
e9758d5224
commit
f88cf69173
3 changed files with 17 additions and 7 deletions
|
|
@ -32,7 +32,7 @@ class TestArchiver(DirectoriesMixin, TestCase):
|
|||
shutil.copy(sample_file, os.path.join(self.dirs.originals_dir, "0000001.pdf"))
|
||||
self.make_models()
|
||||
|
||||
handle_document(self.d1)
|
||||
handle_document(self.d1.pk)
|
||||
|
||||
doc = Document.objects.get(id=self.d1.id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue