From: Joseph Sutton Date: Wed, 8 Nov 2023 01:41:18 +0000 (+1300) Subject: tests/krb5: Fix indentation X-Git-Tag: talloc-2.4.2~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e891f59b8cdb6b566e703a802236b96d5a0671c;p=thirdparty%2Fsamba.git tests/krb5: Fix indentation Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/krb5/conditional_ace_tests.py b/python/samba/tests/krb5/conditional_ace_tests.py index 88507cce164..f8dc0ef0574 100755 --- a/python/samba/tests/krb5/conditional_ace_tests.py +++ b/python/samba/tests/krb5/conditional_ace_tests.py @@ -5224,9 +5224,9 @@ class TgsReqServicePolicyTests(ConditionalAceBaseTests): # Show that obtaining a service ticket with an AS‐REQ 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 AS‐REQ 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,