summaryrefslogtreecommitdiff
path: root/tests/fakeIDP.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fakeIDP.py')
-rw-r--r--tests/fakeIDP.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fakeIDP.py b/tests/fakeIDP.py
index 123c347a..7aec9590 100644
--- a/tests/fakeIDP.py
+++ b/tests/fakeIDP.py
@@ -130,6 +130,7 @@ class FakeIDP(Server):
_dict = pack.factory(_binding, response,
resp_args["destination"], relay_state,
"SAMLResponse")
+ _dict.pop('status')
return DummyResponse(200, **_dict)
def attribute_query_endpoint(self, xml_str, binding):