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 ac8311f commit 2979000Copy full SHA for 2979000
djangosaml2/tests/__init__.py
@@ -363,7 +363,7 @@ def test_logout_service_local(self):
363
expected_request)
364
365
# now simulate a logout response sent by the idp
366
- request_id = re.findall(r' ID="(.*?)" ', xml)[0]
+ request_id = re.findall(r' ID="(.*?)" ', expected_request)[0]
367
instant = datetime.datetime.now().strftime('%Y-%m-%dT%H:%M:%SZ')
368
369
saml_response = """<?xml version='1.0' encoding='UTF-8'?>
0 commit comments