From 552bb82928a8dbc0531fdffad2131ac34fbbc1df Mon Sep 17 00:00:00 2001 From: Yan Mitrofanov Date: Fri, 14 Aug 2020 07:57:20 +0200 Subject: [PATCH] Fixed typo in tests/auth_tests/test_management.py docstring. --- tests/auth_tests/test_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(