Skip to content

Commit 149a466

Browse files
committed
Revert Whitespace Change
1 parent c137ddd commit 149a466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/OneLogin/saml2_tests/auth_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ def testGetInfoFromLastResponseReceived(self):
14331433
self.assertIsNone(auth.get_last_assertion_not_on_or_after())
14341434
self.assertEqual(auth.get_last_assertion_issue_instant(), 1392773821)
14351435

1436-
# NotOnOrAfter is only calculated with strict = true
1436+
# NotOnOrAfter is only calculated with strict = true
14371437
# If invalid, response id and assertion id are not obtained
14381438

14391439
settings['strict'] = True

0 commit comments

Comments
 (0)