We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9da893c commit dca91e7Copy full SHA for dca91e7
1 file changed
tests/schema/assertion_test.py
@@ -29,7 +29,7 @@ def setUp(self):
29
self.a.statements[1].context.reference = saml.AuthenticationContext.Reference.PREVIOUS_SESSION
30
self.a.statements.append(saml.AuthenticationStatement())
31
self.a.statements[2].session_not_on_or_after = self.a.statements[0].instant + timedelta(minutes=2)
32
- self.a.statemeArtifactResponseTestnts[2].context = saml.AuthenticationContext()
+ self.a.statements[2].context = saml.AuthenticationContext()
33
self.a.statements[2].context.reference = saml.AuthenticationContext.Reference.PREVIOUS_SESSION
34
35
0 commit comments