Skip to content

Commit 5b70fd6

Browse files
committed
fixed issue #39 in upstream master
1 parent 10158d5 commit 5b70fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sp_test/tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -620,14 +620,14 @@ def pre_processing(self, message, **kwargs):
620620
'FL32': {
621621
"name": "Reject an IssueInstant far (24 hours) into the future",
622622
"sequence": [(Login, AuthnRequest,
623-
AuthnResponse_missing_AuthnStatement,
623+
AuthnResponse_future_24h_IssueInstant,
624624
check.ErrorResponse)],
625625
"tests": {"pre": [], "mid": [], "post": []}
626626
},
627627
'FL33': {
628628
"name": "Reject an IssueInstant far (24 hours) into the past",
629629
"sequence": [(Login, AuthnRequest,
630-
AuthnResponse_missing_AuthnStatement,
630+
AuthnResponse_past_24h_IssueInstant,
631631
check.ErrorResponse)],
632632
"tests": {"pre": [], "mid": [], "post": []}
633633
},

0 commit comments

Comments
 (0)