1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

tests/krb5: Fix assertion messages

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-10-02 15:06:45 +13:00 committed by Andrew Bartlett
parent 2f5833cbb3
commit 1a4ec25b32

View File

@ -4576,9 +4576,9 @@ class RawKerberosTest(TestCase):
continue
if expected_claims:
empty_msg = ', and {claims_type} were expected'
empty_msg = f', and {claims_type} were expected'
else:
empty_msg = ' for {claims_type} (should be missing)'
empty_msg = f' for {claims_type} (should be missing)'
claims_metadata_ndr = ndr_unpack(claims.CLAIMS_SET_METADATA_NDR,
remaining)