summaryrefslogtreecommitdiff
path: root/passlib/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'passlib/tests/utils.py')
-rw-r--r--passlib/tests/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/passlib/tests/utils.py b/passlib/tests/utils.py
index 20197c2..f77314f 100644
--- a/passlib/tests/utils.py
+++ b/passlib/tests/utils.py
@@ -588,7 +588,7 @@ class HandlerCase(TestCase):
self.assertNotEqual(c1,c3)
def test_33_genconfig_saltcharset(self):
- "test genconfig() honors salt charset"
+ "test genconfig() honors salt_chars"
handler = self.handler
if not has_salt_info(handler):
raise SkipTest