From: Joseph Sutton Date: Tue, 4 Apr 2023 23:55:06 +0000 (+1200) Subject: tests/krb5: Fix comment indentation X-Git-Tag: talloc-2.4.1~972 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45ff5a81e5881e28ea98ff9ab7496f96deca1431;p=thirdparty%2Fsamba.git tests/krb5: Fix comment indentation Signed-off-by: Joseph Sutton Reviewed-by: Andreas Schneider --- diff --git a/python/samba/tests/krb5/protected_users_tests.py b/python/samba/tests/krb5/protected_users_tests.py index 5ca5de0321e..10fc43a3ae8 100755 --- a/python/samba/tests/krb5/protected_users_tests.py +++ b/python/samba/tests/krb5/protected_users_tests.py @@ -688,9 +688,9 @@ class ProtectedUsersTests(KDCBaseTest): self.check_ticket_times(tgt, expected_end=till, expected_renew_time=till) - # Test that requesting a ticket with a long lifetime produces a ticket - # with that lifetime, unless the user is protected, whereupon the - # lifetime will be capped at four hours. + # Test that requesting a ticket with a long lifetime produces a ticket with + # that lifetime, unless the user is protected, whereupon the lifetime will + # be capped at four hours. def test_tgt_lifetime_longer_not_protected(self): client_creds = self._get_creds(protected=False)