diff options
| author | Tim Graham <timograham@gmail.com> | 2015-08-02 21:30:13 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-02 21:30:13 -0400 |
| commit | fa14fb9771a63c33a904f84db6027f4b1ea2b33f (patch) | |
| tree | a07313e2d2915b6f4a7dc4618f964b3b11087fed /tests/auth_tests | |
| parent | 53d28f83390aed98fab4eed187eaf1edaa92c6d0 (diff) | |
Fixed flake8 warning.
Diffstat (limited to 'tests/auth_tests')
| -rw-r--r-- | tests/auth_tests/test_management.py | 1 |
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]): |
