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 31129e8 commit 2a08d00Copy full SHA for 2a08d00
1 file changed
tests/src/OneLogin/saml2_tests/auth_test.py
@@ -1163,6 +1163,7 @@ def testGetIdFromLogoutResponse(self):
1163
auth.process_slo()
1164
self.assertIn(auth.get_last_message_id(), '_f9ee61bd9dbf63606faa9ae3b10548d5b3656fb859')
1165
1166
+
1167
if __name__ == '__main__':
1168
runner = unittest.TextTestRunner()
1169
unittest.main(testRunner=runner)
0 commit comments