summaryrefslogtreecommitdiff
path: root/tests/test_65_authn_query.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_65_authn_query.py')
-rw-r--r--tests/test_65_authn_query.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_65_authn_query.py b/tests/test_65_authn_query.py
index 54d529f8..68af10a1 100644
--- a/tests/test_65_authn_query.py
+++ b/tests/test_65_authn_query.py
@@ -28,7 +28,7 @@ def get_msg(hinfo, binding):
if binding == BINDING_SOAP:
xmlstr = 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)