summaryrefslogtreecommitdiff
path: root/tests/auth_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth_tests')
-rw-r--r--tests/auth_tests/test_management.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auth_tests/test_management.py b/tests/auth_tests/test_management.py
index eb2be26dc3..6a8e623129 100644
--- a/tests/auth_tests/test_management.py
+++ b/tests/auth_tests/test_management.py
@@ -1031,7 +1031,7 @@ class MultiDBCreatesuperuserTestCase(TestCase):
def test_createsuperuser_command_with_database_option(self):
"""
- changepassword --database should operate on the specified DB.
+ createsuperuser --database should operate on the specified DB.
"""
new_io = StringIO()
call_command(