mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #27787 -- Made call_command() validate the options it receives.
This commit is contained in:
parent
92e286498a
commit
2b09e4c88e
8 changed files with 57 additions and 3 deletions
|
@ -320,7 +320,6 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
|
|||
call_command(
|
||||
"createsuperuser",
|
||||
interactive=False,
|
||||
username="joe@somewhere.org",
|
||||
stdout=new_io,
|
||||
stderr=new_io,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue