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 c137ddd commit 149a466Copy full SHA for 149a466
tests/src/OneLogin/saml2_tests/auth_test.py
@@ -1433,7 +1433,7 @@ def testGetInfoFromLastResponseReceived(self):
1433
self.assertIsNone(auth.get_last_assertion_not_on_or_after())
1434
self.assertEqual(auth.get_last_assertion_issue_instant(), 1392773821)
1435
1436
- # NotOnOrAfter is only calculated with strict = true
+ # NotOnOrAfter is only calculated with strict = true
1437
# If invalid, response id and assertion id are not obtained
1438
1439
settings['strict'] = True
0 commit comments