diff options
| author | Loic Bistuer <loic.bistuer@sixmedia.com> | 2013-12-09 00:20:06 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-12-10 15:12:48 -0500 |
| commit | a2814846ca006b4fbf3a893ec52cd9d444b3a3eb (patch) | |
| tree | 780498814e830e2b8ee6ac435575afdc2e8e63f6 /tests/createsuperuser | |
| parent | 0873200e7f61315ad375061a3dc6d37b514ff985 (diff) | |
Fixed E124 pep8 warnings.
Diffstat (limited to 'tests/createsuperuser')
| -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", |
