1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

tests/krb5: Fix indentation

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-11-08 14:41:18 +13:00 committed by Andrew Bartlett
parent d791bfae77
commit 2e891f59b8

View File

@ -5224,9 +5224,9 @@ class TgsReqServicePolicyTests(ConditionalAceBaseTests):
# Show that obtaining a service ticket with an ASREQ is allowed.
self._armored_as_req(client_creds,
target_creds,
mach_tgt,
expected_groups=expected_groups)
target_creds,
mach_tgt,
expected_groups=expected_groups)
self.check_as_log(client_creds,
armor_creds=mach_creds,
@ -5365,9 +5365,9 @@ class TgsReqServicePolicyTests(ConditionalAceBaseTests):
# Show that obtaining a service ticket with an ASREQ is allowed.
self._armored_as_req(client_creds,
self.get_krbtgt_creds(),
mach_tgt,
expected_groups=expected_groups)
self.get_krbtgt_creds(),
mach_tgt,
expected_groups=expected_groups)
self.check_as_log(client_creds,
armor_creds=mach_creds,