diff --git a/tests/staticfiles_tests/test_management.py b/tests/staticfiles_tests/test_management.py index a94f51e4dd..7ebac48239 100644 --- a/tests/staticfiles_tests/test_management.py +++ b/tests/staticfiles_tests/test_management.py @@ -311,10 +311,10 @@ class TestInteractiveMessages(CollectionTestCase): call_command('collectstatic', interactive=True) -class TestCollectionExcludeNoDefaultIgnore(TestDefaults, CollectionTestCase): +class TestCollectionNoDefaultIgnore(TestDefaults, CollectionTestCase): """ - Test ``--exclude-dirs`` and ``--no-default-ignore`` options of the - ``collectstatic`` management command. + The ``--no-default-ignore`` option of the ``collectstatic`` management + command. """ def run_collectstatic(self): super().run_collectstatic(use_default_ignore_patterns=False)