summaryrefslogtreecommitdiff
path: root/tests/auth_tests/test_management.py
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2015-08-02 21:30:13 -0400
committerTim Graham <timograham@gmail.com>2015-08-02 21:30:13 -0400
commitfa14fb9771a63c33a904f84db6027f4b1ea2b33f (patch)
treea07313e2d2915b6f4a7dc4618f964b3b11087fed /tests/auth_tests/test_management.py
parent53d28f83390aed98fab4eed187eaf1edaa92c6d0 (diff)
Fixed flake8 warning.
Diffstat (limited to 'tests/auth_tests/test_management.py')
-rw-r--r--tests/auth_tests/test_management.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auth_tests/test_management.py b/tests/auth_tests/test_management.py
index 891cfda50c..a63dfbc6fd 100644
--- a/tests/auth_tests/test_management.py
+++ b/tests/auth_tests/test_management.py
@@ -469,6 +469,7 @@ class CreatesuperuserManagementCommandTestCase(TestCase):
Creation should fail if the password fails validation.
"""
new_io = six.StringIO()
+
# Returns '1234567890' the first two times it is called, then
# 'password' subsequently.
def bad_then_good_password(index=[0]):