changeset 7870:fe77e4325084

test: fix test to change in message. Prior commit changed message to make it match the newly added message. Fix the test.
author John Rouillard <rouilj@ieee.org>
date Mon, 08 Apr 2024 13:14:57 -0400
parents eb1fbbd53b6c
children 30fcdf60da44
files test/test_admin.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/test_admin.py	Mon Apr 08 11:55:55 2024 -0400
+++ b/test/test_admin.py	Mon Apr 08 13:14:57 2024 -0400
@@ -719,7 +719,7 @@
         out = out.getvalue().strip()
         print(out)
         expected = ("Update 'password_pbkdf2_default_rounds' to a number "
-                    "equal to or larger\nthan 2000000.")
+                    "equal to or larger\n  than 2000000.")
 
         self.assertIn(expected, out)
         self.assertTrue(os.path.isfile(self.dirname + "/config2.ini"))

Roundup Issue Tracker: http://roundup-tracker.org/