summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-06-04 01:40:51 -0400
committerEli Collins <elic@assurancetechnologies.com>2011-06-04 01:40:51 -0400
commit52cb47591949fa88e69defeedb1ff4303e774323 (patch)
tree27a80f3fb65cfa8581bff6236e005fd930fe2782
parentd915c25dcfcf02c88b78bbcb5dae3a8a44d14ccf (diff)
downloadpasslib-52cb47591949fa88e69defeedb1ff4303e774323.tar.gz
updated sample config per last commit
-rw-r--r--passlib/tests/test_context.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/passlib/tests/test_context.py b/passlib/tests/test_context.py
index 650c205..0939d93 100644
--- a/passlib/tests/test_context.py
+++ b/passlib/tests/test_context.py
@@ -134,9 +134,9 @@ sha512_crypt.min_rounds = 45000
sample_config_4s = """
[passlib]
schemes = sha512_crypt
-all.vary_rounds = 10%
+all.vary_rounds = 10%%
default.sha512_crypt.max_rounds = 20000
-admin.all.vary_rounds = 5%
+admin.all.vary_rounds = 5%%
admin.sha512_crypt.max_rounds = 40000
"""