summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-14 11:00:15 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-14 11:00:15 +0000
commit9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc (patch)
treeefed3d78eb352fe10240a0b219c4c17c59e5cc29 /python
parent498efc98656c10eeadaa53e91eb901539bbd6cf1 (diff)
downloadlasso-9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc.tar.gz
lasso-9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc.tar.xz
lasso-9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc.zip
updated test to new API
Diffstat (limited to 'python')
-rwxr-xr-xpython/tests/profiles_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/profiles_tests.py b/python/tests/profiles_tests.py
index 6cf6d5aa..8627601e 100755
--- a/python/tests/profiles_tests.py
+++ b/python/tests/profiles_tests.py
@@ -88,7 +88,7 @@ class LoginTestCase(unittest.TestCase):
os.path.join(dataDir, 'idp1-la/public-key.pem'),
os.path.join(dataDir, 'idp1-la/certificate.pem'))
login = lasso.Login(lassoServer)
- login.initAuthnRequest(lasso.httpMethodRedirect)
+ login.initAuthnRequest()
login.authnRequest
login.authnRequest.protocolProfile = lasso.libProtocolProfileBrwsArt