From: Douglas Bagnall Date: Wed, 7 Jan 2026 03:58:18 +0000 (+1300) Subject: pytest:krb5:as_canonicalization debug formatting X-Git-Tag: tdb-1.4.15~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d979cc40a9495c62bb3a5e2c546f0ba976772806;p=thirdparty%2Fsamba.git pytest:krb5:as_canonicalization debug formatting Signed-off-by: Douglas Bagnall Reviewed-by: Gary Lockyer --- diff --git a/python/samba/tests/krb5/as_canonicalization_tests.py b/python/samba/tests/krb5/as_canonicalization_tests.py index dd94cb632da..2da62bc4633 100755 --- a/python/samba/tests/krb5/as_canonicalization_tests.py +++ b/python/samba/tests/krb5/as_canonicalization_tests.py @@ -124,7 +124,7 @@ class TestData: def __repr__(self): rep = "Test Data: " rep += "options = '" + "{:08b}".format(self.options) + "'" - rep += "user name = '" + self.user_name + "'" + rep += ", user name = '" + self.user_name + "'" rep += ", realm = '" + self.realm + "'" rep += ", cname = '" + str(self.cname) + "'" rep += ", sname = '" + str(self.sname) + "'"