Commit 389bacca authored by Tim Graham's avatar Tim Graham
Browse files

Fixed staticfiles test on Windows; refs #23986.

parent ccff08c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ class TestCollectionClear(CollectionTestCase):
        self.assertFileNotFound('cleared.txt')

    def test_dir_not_exists(self, **kwargs):
        shutil.rmtree(settings.STATIC_ROOT)
        shutil.rmtree(six.text_type(settings.STATIC_ROOT))
        super(TestCollectionClear, self).run_collectstatic(clear=True)