summaryrefslogtreecommitdiff
path: root/src/mailman/utilities/tests/test_passwords.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-11-04 16:32:19 -0500
committerBarry Warsaw2012-11-04 16:32:19 -0500
commite56ca2098b727c762e2572b044fc8c943770b5b4 (patch)
tree47bbecabb8c2d1165ffbc8cecfe043dc23b99f1c /src/mailman/utilities/tests/test_passwords.py
parent23fca2302ea2a8c5bad0a7aa450ea210ace7cf27 (diff)
parent7caa62a470b4b4239aca136803ad04ad8193a175 (diff)
downloadmailman-e56ca2098b727c762e2572b044fc8c943770b5b4.tar.gz
mailman-e56ca2098b727c762e2572b044fc8c943770b5b4.tar.zst
mailman-e56ca2098b727c762e2572b044fc8c943770b5b4.zip
Diffstat (limited to 'src/mailman/utilities/tests/test_passwords.py')
-rw-r--r--src/mailman/utilities/tests/test_passwords.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/utilities/tests/test_passwords.py b/src/mailman/utilities/tests/test_passwords.py
index 7b2931855..22ef22757 100644
--- a/src/mailman/utilities/tests/test_passwords.py
+++ b/src/mailman/utilities/tests/test_passwords.py
@@ -55,6 +55,6 @@ class TestPasswords(unittest.TestCase):
[passlib]
schemes = plaintext
""", file=fp)
- with configuration('passwords', path=config_file):
+ with configuration('passwords', configuration=config_file):
self.assertEqual(config.password_context.encrypt('my password'),
'my password')