summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests/test_context_processors.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/auth/tests/test_context_processors.py')
-rw-r--r--django/contrib/auth/tests/test_context_processors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/auth/tests/test_context_processors.py b/django/contrib/auth/tests/test_context_processors.py
index f96eac9db7..2f7e5ab4b2 100644
--- a/django/contrib/auth/tests/test_context_processors.py
+++ b/django/contrib/auth/tests/test_context_processors.py
@@ -60,7 +60,7 @@ class PermWrapperTests(TestCase):
@skipIfCustomUser
@override_settings(
- PASSWORD_HASHERS=('django.contrib.auth.hashers.SHA1PasswordHasher',),
+ PASSWORD_HASHERS=['django.contrib.auth.hashers.SHA1PasswordHasher'],
ROOT_URLCONF='django.contrib.auth.tests.urls',
TEMPLATES=AUTH_TEMPLATES,
USE_TZ=False, # required for loading the fixture