From: Joseph Sutton Date: Wed, 18 Oct 2023 03:02:36 +0000 (+1300) Subject: tests/krb5: Remove unnecessary f‐strings X-Git-Tag: talloc-2.4.2~1214 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1babf2f3db950e1c7ebbe8886642115a7045a3e;p=thirdparty%2Fsamba.git tests/krb5: Remove unnecessary f‐strings Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/lockout_tests.py b/python/samba/tests/krb5/lockout_tests.py index 3fe098a662d..d91eb1df79d 100755 --- a/python/samba/tests/krb5/lockout_tests.py +++ b/python/samba/tests/krb5/lockout_tests.py @@ -812,8 +812,8 @@ class LockoutTests(KDCBaseTest): # modification, so that the account is also added to the # auxiliary bad password database. - old_utf16pw = f'"Secret007"'.encode('utf-16le') # invalid pwd - new_utf16pw = f'"Secret008"'.encode('utf-16le') + old_utf16pw = '"Secret007"'.encode('utf-16le') # invalid pwd + new_utf16pw = '"Secret008"'.encode('utf-16le') msg = ldb.Message(user_dn) msg['0'] = ldb.MessageElement(old_utf16pw,