Fixed #27787 -- Made call_command() validate the options it receives.

This commit is contained in:
Chandrakant Kumar 2017-01-28 16:02:33 +05:30 committed by Tim Graham
parent 92e286498a
commit 2b09e4c88e
8 changed files with 57 additions and 3 deletions

View file

@ -320,7 +320,6 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
call_command(
"createsuperuser",
interactive=False,
username="joe@somewhere.org",
stdout=new_io,
stderr=new_io,
)