diff options
| author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2026-01-07 16:58:18 +1300 |
|---|---|---|
| committer | Douglas Bagnall <dbagnall@samba.org> | 2026-01-15 01:48:37 +0000 |
| commit | d979cc40a9495c62bb3a5e2c546f0ba976772806 (patch) | |
| tree | 21d973c1463b254a77a4515786ac43b275ade77e /python/samba | |
| parent | a3b12b47a6ffc66fc3711afb306b9793347f5065 (diff) | |
| download | samba-d979cc40a9495c62bb3a5e2c546f0ba976772806.tar.gz samba-d979cc40a9495c62bb3a5e2c546f0ba976772806.tar.bz2 samba-d979cc40a9495c62bb3a5e2c546f0ba976772806.zip | |
pytest:krb5:as_canonicalization debug formatting
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'python/samba')
| -rwxr-xr-x | python/samba/tests/krb5/as_canonicalization_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) + "'" |
