summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2013-12-23 10:25:44 -0500
committerEli Collins <elic@assurancetechnologies.com>2013-12-23 10:25:44 -0500
commit1fe99e524b5d6120b2994b94c2ed9ef2cb3437ad (patch)
tree058d9932136d6b51f8d4d5aa7ae41384f8f843fc
parent31649e929395fe44db96e84f6ed2db6ea2e97584 (diff)
downloadpasslib-1fe99e524b5d6120b2994b94c2ed9ef2cb3437ad.tar.gz
bugfix to test_ext_django:HashersTest
-rw-r--r--passlib/tests/test_ext_django.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/passlib/tests/test_ext_django.py b/passlib/tests/test_ext_django.py
index dd40ab6..33a6738 100644
--- a/passlib/tests/test_ext_django.py
+++ b/passlib/tests/test_ext_django.py
@@ -955,6 +955,7 @@ if has_django14:
rounds = _thmod.get_hasher("pbkdf2_sha256").iterations
self.update(
django_pbkdf2_sha256__min_rounds=rounds,
+ django_pbkdf2_sha256__default_rounds=rounds,
django_pbkdf2_sha256__max_rounds=rounds,
)
patchAttr(self, password_context, "__class__", ContextWithHook)