summaryrefslogtreecommitdiff
path: root/tests/auth_tests
diff options
context:
space:
mode:
authorYan Mitrofanov <mmxlviii@mail.ru>2020-08-14 07:57:20 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-14 11:08:12 +0200
commit552bb82928a8dbc0531fdffad2131ac34fbbc1df (patch)
treef45b2f3e548cbd8afc720fd883bc27e6ba517233 /tests/auth_tests
parent61a0ba43cfd4ff66f51a9d73dcd8ed6f6a6d9915 (diff)
Fixed typo in tests/auth_tests/test_management.py docstring.
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(