We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b06f0 commit db40abbCopy full SHA for db40abb
test/test_admin.py
@@ -719,7 +719,7 @@ def testUpdateconfigPbkdf2(self):
719
out = out.getvalue().strip()
720
print(out)
721
expected = ("Update 'password_pbkdf2_default_rounds' to a number "
722
- "equal to or larger\nthan 2000000.")
+ "equal to or larger\n than 2000000.")
723
724
self.assertIn(expected, out)
725
self.assertTrue(os.path.isfile(self.dirname + "/config2.ini"))
0 commit comments