diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-14 11:00:15 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-14 11:00:15 +0000 |
| commit | 9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc (patch) | |
| tree | efed3d78eb352fe10240a0b219c4c17c59e5cc29 /python | |
| parent | 498efc98656c10eeadaa53e91eb901539bbd6cf1 (diff) | |
| download | lasso-9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc.tar.gz lasso-9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc.tar.xz lasso-9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc.zip | |
updated test to new API
Diffstat (limited to 'python')
| -rwxr-xr-x | python/tests/profiles_tests.py | 2 |
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 |
