From 934f35f1f958f48a36eff64b13e43a9d55a476e0 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 3 Oct 2012 09:16:33 +0800 Subject: [PATCH] Corrected test docstring. --- django/contrib/auth/tests/management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/auth/tests/management.py b/django/contrib/auth/tests/management.py index 60c05a0255..18b499ef00 100644 --- a/django/contrib/auth/tests/management.py +++ b/django/contrib/auth/tests/management.py @@ -152,7 +152,7 @@ class CreatesuperuserManagementCommandTestCase(TestCase): @override_settings(AUTH_USER_MODEL='auth.CustomUser') def test_swappable_user_missing_required_field(self): - "A superuser can be created when a custom User model is in use" + "A Custom superuser won't be created when a required field isn't provided" # We can use the management command to create a superuser # We skip validation because the temporary substitution of the # swappable User model messes with validation.