diff options
| author | Chandrakant Kumar <k.03chandra@gmail.com> | 2017-01-28 16:02:33 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-06-16 21:28:38 -0400 |
| commit | 2b09e4c88e96cb03b29f5a6b0e4838ab4271e631 (patch) | |
| tree | e5c7322c72e80add326cce75dc3b5cfbc3f52189 /tests/auth_tests/test_management.py | |
| parent | 92e286498acd4f4562be11c21879856de8f47252 (diff) | |
Fixed #27787 -- Made call_command() validate the options it receives.
Diffstat (limited to 'tests/auth_tests/test_management.py')
| -rw-r--r-- | tests/auth_tests/test_management.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auth_tests/test_management.py b/tests/auth_tests/test_management.py index 9686ca1e2e..c4368b3bcf 100644 --- a/tests/auth_tests/test_management.py +++ b/tests/auth_tests/test_management.py @@ -320,7 +320,6 @@ class CreatesuperuserManagementCommandTestCase(TestCase): call_command( "createsuperuser", interactive=False, - username="joe@somewhere.org", stdout=new_io, stderr=new_io, ) |
