summaryrefslogtreecommitdiff
path: root/tests/test_51_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_51_client.py')
-rw-r--r--tests/test_51_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/test_51_client.py b/tests/test_51_client.py
index 86340cb7..d30a8746 100644
--- a/tests/test_51_client.py
+++ b/tests/test_51_client.py
@@ -3249,7 +3249,6 @@ class TestClientWithDummy():
# Here I fake what the client will do
# create the form post
- http_args.pop('status')
http_args["data"] = parse.urlencode(_dic)
http_args["method"] = "POST"
http_args["dummy"] = _dic["SAMLRequest"]
@@ -3286,7 +3285,6 @@ class TestClientWithDummy():
# Here I fake what the client will do
# create the form post
- http_args.pop('status')
http_args["data"] = parse.urlencode(_dic)
http_args["method"] = "POST"
http_args["dummy"] = _dic["SAMLRequest"]