diff options
| author | Daniel Musketa <daniel@musketa.de> | 2019-10-18 07:50:59 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-18 07:50:59 +0200 |
| commit | 3ca9df51c779510fbbfe296ca95a127d1dec2f87 (patch) | |
| tree | a6f03b144d872b8654c83530a1e679bffc425070 /tests/admin_scripts/tests.py | |
| parent | 3a8af298b95ac689ab7aebfa3ed1c64b82df7b71 (diff) | |
Fixed typo in tests/admin_scripts/tests.py.
Diffstat (limited to 'tests/admin_scripts/tests.py')
| -rw-r--r-- | tests/admin_scripts/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index de220f0282..dbbb85e714 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -634,7 +634,7 @@ class DjangoAdminSettingsDirectory(AdminScriptTestCase): # of the generated manage.py script ########################################################################## -class ManageManullyConfiguredSettings(AdminScriptTestCase): +class ManageManuallyConfiguredSettings(AdminScriptTestCase): """Customized manage.py calling settings.configure().""" def test_non_existent_command_output(self): out, err = self.run_manage(['invalid_command'], manage_py='configured_settings_manage.py') |
