tests/krb5: Fix comment indentation
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 4 Apr 2023 23:55:06 +0000 (11:55 +1200)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 12 Apr 2023 13:52:31 +0000 (13:52 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andreas Schneider <asn@samba.org>
python/samba/tests/krb5/protected_users_tests.py

index 5ca5de0321e8768e9f03b207e055a20c99b7cc61..10fc43a3ae85e11639ea3a9bc0c072395e1f47b6 100755 (executable)
@@ -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)