diff options
Diffstat (limited to 'python/tests')
| -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 |
