summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-19 09:09:16 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-19 09:09:16 +0000
commit59240e11a5c42eadfa9b5e5325265a8e66f4a23e (patch)
tree13f28f7f5633f55adcf60eab8ffd4614c13ea702 /python/tests
parenta8611528f6be178eb053bdafabb905664f89bf0a (diff)
downloadlasso-59240e11a5c42eadfa9b5e5325265a8e66f4a23e.tar.gz
lasso-59240e11a5c42eadfa9b5e5325265a8e66f4a23e.tar.xz
lasso-59240e11a5c42eadfa9b5e5325265a8e66f4a23e.zip
Bug correction.
Diffstat (limited to 'python/tests')
-rw-r--r--python/tests/IdentityProvider.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/IdentityProvider.py b/python/tests/IdentityProvider.py
index acb1818d..8ea800e6 100644
--- a/python/tests/IdentityProvider.py
+++ b/python/tests/IdentityProvider.py
@@ -233,7 +233,7 @@ class IdentityProviderMixin(Provider.ProviderMixin):
failUnless(soapEndpoint)
soapRequestMsg = logout.msg_body
failUnless(soapRequestMsg)
- httpResponse = sendHttpRequest(
+ httpResponse = self.sendHttpRequest(
'POST', soapEndpoint, headers = {'Content-Type': 'text/xml'},
body = soapRequestMsg)
failUnlessEqual(httpResponse.statusCode, 200)