summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/test_finders.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/staticfiles_tests/test_finders.py')
-rw-r--r--tests/staticfiles_tests/test_finders.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/staticfiles_tests/test_finders.py b/tests/staticfiles_tests/test_finders.py
index 0b661cb103..20d3060092 100644
--- a/tests/staticfiles_tests/test_finders.py
+++ b/tests/staticfiles_tests/test_finders.py
@@ -103,15 +103,6 @@ class TestMiscFinder(SimpleTestCase):
[os.path.join(TEST_ROOT, 'project', 'documents')]
)
- @override_settings(STATICFILES_DIRS='a string')
- def test_non_tuple_raises_exception(self):
- """
- We can't determine if STATICFILES_DIRS is set correctly just by
- looking at the type, but we can determine if it's definitely wrong.
- """
- with self.assertRaises(ImproperlyConfigured):
- finders.FileSystemFinder()
-
@override_settings(MEDIA_ROOT='')
def test_location_empty(self):
with self.assertRaises(ImproperlyConfigured):