Skip to content

Commit dca91e7

Browse files
committed
Small fix.
1 parent 9da893c commit dca91e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/schema/assertion_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def setUp(self):
2929
self.a.statements[1].context.reference = saml.AuthenticationContext.Reference.PREVIOUS_SESSION
3030
self.a.statements.append(saml.AuthenticationStatement())
3131
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()
32+
self.a.statements[2].context = saml.AuthenticationContext()
3333
self.a.statements[2].context.reference = saml.AuthenticationContext.Reference.PREVIOUS_SESSION
3434

3535

0 commit comments

Comments
 (0)