summaryrefslogtreecommitdiffstats
path: root/python/tests
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests')
-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