We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a98992 commit d61af25Copy full SHA for d61af25
tests/src/OneLogin/saml2_tests/auth_test.py
@@ -754,7 +754,6 @@ def testLoginWithSubject(self):
754
self.assertIn('Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">testuser@example.com</saml:NameID>', request_3)
755
self.assertIn('<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">', request_3)
756
757
-
758
def testLogout(self):
759
"""
760
Tests the logout method of the OneLogin_Saml2_Auth class
0 commit comments