We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c3b87 commit 61fa999Copy full SHA for 61fa999
tests/test_51_client.py
@@ -1549,7 +1549,7 @@ def test_post_sso(self):
1549
1550
response = self.client.send(**http_args)
1551
print(response.text)
1552
- _dic = unpack_form(response.text[3], "SAMLResponse")
+ _dic = unpack_form(response.text, "SAMLResponse")
1553
# Explicitly allow unsigned responses for this test
1554
self.client.want_response_signed = False
1555
resp = self.client.parse_authn_request_response(_dic["SAMLResponse"],
0 commit comments