Skip to content

Commit d61af25

Browse files
committed
Fix pycodestyle
1 parent 8a98992 commit d61af25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/src/OneLogin/saml2_tests/auth_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,6 @@ def testLoginWithSubject(self):
754754
self.assertIn('Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">testuser@example.com</saml:NameID>', request_3)
755755
self.assertIn('<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">', request_3)
756756

757-
758757
def testLogout(self):
759758
"""
760759
Tests the logout method of the OneLogin_Saml2_Auth class

0 commit comments

Comments
 (0)