mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Fixed typo in tests/auth_tests/test_management.py docstring.
This commit is contained in:
parent
61a0ba43cf
commit
552bb82928
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user