diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/auth_tests/test_management.py | 2 |
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( |
