Skip to content

Commit

Permalink
fix flake8 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed Jan 11, 2018
1 parent 887d794 commit 05beb4a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gssapi/tests/test_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,8 +763,9 @@ def test_sasl_names(self):
@ktu.gssapi_extension_test('ggf', 'Global Grid Forum')
@ktu.gssapi_extension_test('s4u', 'S4U')
@ktu.krb_minversion_test('1.16',
'querying impersonator name of krb5 GSS Credential'
' using the GSS_KRB5_GET_CRED_IMPERSONATOR OID')
'querying impersonator name of krb5 GSS '
'Credential using the '
'GSS_KRB5_GET_CRED_IMPERSONATOR OID')
def test_inquire_cred_by_oid_impersonator(self):
svc_princ = SERVICE_PRINCIPAL.decode("UTF-8")
self.realm.kinit(svc_princ, flags=['-k', '-f'])
Expand Down

0 comments on commit 05beb4a

Please sign in to comment.