mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-12 00:19:48 +00:00
Changes out the settings and a decent amount of test code to be pathlib compatible
This commit is contained in:
@@ -359,7 +359,7 @@ class TestExportImport(DirectoriesMixin, FileSystemAssertsMixin, TestCase):
|
||||
self.assertIsFile(os.path.join(self.target, "manifest.json"))
|
||||
self.assertIsFile(os.path.join(self.target, "wow2", "none.pdf"))
|
||||
self.assertIsFile(
|
||||
(os.path.join(self.target, "wow2", "none_01.pdf")),
|
||||
os.path.join(self.target, "wow2", "none_01.pdf"),
|
||||
)
|
||||
|
||||
def test_export_missing_files(self):
|
||||
|
Reference in New Issue
Block a user