Skip to content

Commit db40abb

Browse files
committed
test: fix test to change in message.
Prior commit changed message to make it match the newly added message. Fix the test.
1 parent 55b06f0 commit db40abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ def testUpdateconfigPbkdf2(self):
719719
out = out.getvalue().strip()
720720
print(out)
721721
expected = ("Update 'password_pbkdf2_default_rounds' to a number "
722-
"equal to or larger\nthan 2000000.")
722+
"equal to or larger\n than 2000000.")
723723

724724
self.assertIn(expected, out)
725725
self.assertTrue(os.path.isfile(self.dirname + "/config2.ini"))

0 commit comments

Comments
 (0)