Skip to content

Commit 05beb4a

Browse files
committed
fix flake8 issue
1 parent 887d794 commit 05beb4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: gssapi/tests/test_raw.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,9 @@ def test_sasl_names(self):
763763
@ktu.gssapi_extension_test('ggf', 'Global Grid Forum')
764764
@ktu.gssapi_extension_test('s4u', 'S4U')
765765
@ktu.krb_minversion_test('1.16',
766-
'querying impersonator name of krb5 GSS Credential'
767-
' using the GSS_KRB5_GET_CRED_IMPERSONATOR OID')
766+
'querying impersonator name of krb5 GSS '
767+
'Credential using the '
768+
'GSS_KRB5_GET_CRED_IMPERSONATOR OID')
768769
def test_inquire_cred_by_oid_impersonator(self):
769770
svc_princ = SERVICE_PRINCIPAL.decode("UTF-8")
770771
self.realm.kinit(svc_princ, flags=['-k', '-f'])

0 commit comments

Comments
 (0)