X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5a605e04abaa18a80e391c5cc26c48e0125d6f3c..fd9768648fe3e37115655245f7fe7aba2adcc5e5:/apps/catalogue/tests/book_import.py?ds=sidebyside diff --git a/apps/catalogue/tests/book_import.py b/apps/catalogue/tests/book_import.py index f6110d0be..f4588d169 100644 --- a/apps/catalogue/tests/book_import.py +++ b/apps/catalogue/tests/book_import.py @@ -266,5 +266,5 @@ class BookImportGenerateTest(WLTestCase): if not path.exists(path.dirname(absoulute_path)): makedirs(path.dirname(absoulute_path)) - self.book.build_pdf(customizations=['nofootnotes', '13pt', 'a4paper'], file_name='test-custom') + self.book.build_pdf(customizations=['nofootnotes', '13pt', 'a4paper'], file_name=out) self.assertTrue(path.exists(absoulute_path))