diff options
Diffstat (limited to 'wkhtmltopdf/tests.py')
-rw-r--r-- | wkhtmltopdf/tests.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wkhtmltopdf/tests.py b/wkhtmltopdf/tests.py index 0497dd3..19fde76 100644 --- a/wkhtmltopdf/tests.py +++ b/wkhtmltopdf/tests.py @@ -120,7 +120,7 @@ class TestViews(TestCase): STATIC_URL='/static/', TEMPLATE_LOADERS=['django.template.loaders.filesystem.Loader'], TEMPLATE_DIRS=[os.path.join(os.path.dirname(__file__), - 'testproject', 'templates')], + '_testproject', 'templates')], WKHTMLTOPDF_DEBUG=False, ): # Setup sample.html @@ -186,7 +186,7 @@ class TestViews(TestCase): STATIC_URL='/static/', TEMPLATE_LOADERS=['django.template.loaders.filesystem.Loader'], TEMPLATE_DIRS=[os.path.join(os.path.dirname(__file__), - 'testproject', 'templates')], + '_testproject', 'templates')], WKHTMLTOPDF_DEBUG=False, ): # Setup sample.html |