]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pytest:krb5:as_canonicalization debug formatting
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 7 Jan 2026 03:58:18 +0000 (16:58 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 15 Jan 2026 01:48:37 +0000 (01:48 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
python/samba/tests/krb5/as_canonicalization_tests.py

index dd94cb632da5b9d3def663116b22304da09d7a41..2da62bc463303ac222e77a2b6d4e9f47cf34ebaf 100755 (executable)
@@ -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) + "'"