Skip to content

Commit 61fa999

Browse files
author
Ioannis Kakavas
committed
Fix failing test
1 parent 34c3b87 commit 61fa999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_51_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1549,7 +1549,7 @@ def test_post_sso(self):
15491549

15501550
response = self.client.send(**http_args)
15511551
print(response.text)
1552-
_dic = unpack_form(response.text[3], "SAMLResponse")
1552+
_dic = unpack_form(response.text, "SAMLResponse")
15531553
# Explicitly allow unsigned responses for this test
15541554
self.client.want_response_signed = False
15551555
resp = self.client.parse_authn_request_response(_dic["SAMLResponse"],

0 commit comments

Comments
 (0)