summaryrefslogtreecommitdiffstats
path: root/python/tests/LibertyEnabledClientProxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/LibertyEnabledClientProxy.py')
-rw-r--r--python/tests/LibertyEnabledClientProxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/LibertyEnabledClientProxy.py b/python/tests/LibertyEnabledClientProxy.py
index 7c4d5647..b925d8fc 100644
--- a/python/tests/LibertyEnabledClientProxy.py
+++ b/python/tests/LibertyEnabledClientProxy.py
@@ -92,7 +92,7 @@ class LibertyEnabledClientProxyMixin(abstractweb.WebClientMixin):
failUnless(libertyEnabledHeader)
failUnless('LIBV=urn:liberty:iff:2003-08' in libertyEnabledHeader)
lassoServer = self.getLassoServer()
- lecp = lasso.Lecp.new(lassoServer)
+ lecp = lasso.Lecp(lassoServer)
authnRequestEnvelope = httpResponse.body
lecp.process_authn_request_envelope_msg(authnRequestEnvelope)
# FIXME: The service provider could return an IDPList in authnRequestEnvelope, so that