Removed reference to nonexistent collectstatic --exclude-dirs option.

This commit is contained in:
Chris Jerdonek 2021-08-12 01:28:32 -04:00 committed by Mariusz Felisiak
parent 7800596924
commit faf6d48590
1 changed files with 3 additions and 3 deletions

View File

@ -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)