diff options
Diffstat (limited to 'tests/staticfiles_tests/test_storage.py')
| -rw-r--r-- | tests/staticfiles_tests/test_storage.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/staticfiles_tests/test_storage.py b/tests/staticfiles_tests/test_storage.py index 318da6a226..f7a22b7427 100644 --- a/tests/staticfiles_tests/test_storage.py +++ b/tests/staticfiles_tests/test_storage.py @@ -348,7 +348,8 @@ class TestCollectionManifestStorage(TestHashedFiles, CollectionTestCase): f.write('to be deleted in one test') self.patched_settings = self.settings( - STATICFILES_DIRS=settings.STATICFILES_DIRS + [temp_dir]) + STATICFILES_DIRS=settings.STATICFILES_DIRS + [temp_dir], + ) self.patched_settings.enable() self.addCleanup(shutil.rmtree, temp_dir) self._manifest_strict = storage.staticfiles_storage.manifest_strict |
