summaryrefslogtreecommitdiff
path: root/tests/test_68_assertion_id.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_68_assertion_id.py')
-rw-r--r--tests/test_68_assertion_id.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_68_assertion_id.py b/tests/test_68_assertion_id.py
index 60e85828..31b7e8e0 100644
--- a/tests/test_68_assertion_id.py
+++ b/tests/test_68_assertion_id.py
@@ -27,7 +27,7 @@ def get_msg(hinfo, binding, response=False):
if binding == BINDING_SOAP:
msg = hinfo["data"]
elif binding == BINDING_HTTP_POST:
- _inp = hinfo["data"][3]
+ _inp = hinfo["data"]
i = _inp.find(TAG1)
i += len(TAG1) + 1
j = _inp.find('"', i)