diff options
Diffstat (limited to 'tests/createsuperuser/tests.py')
-rw-r--r-- | tests/createsuperuser/tests.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/createsuperuser/tests.py b/tests/createsuperuser/tests.py index f64e4d9915..822f05d01b 100644 --- a/tests/createsuperuser/tests.py +++ b/tests/createsuperuser/tests.py @@ -38,7 +38,8 @@ class MultiDBCreatesuperuserTestCase(TestCase): " createsuperuser command should operate on specified DB" new_io = StringIO() - call_command("createsuperuser", + call_command( + "createsuperuser", interactive=False, username="joe", email="joe@somewhere.org", |