From 9f5cc4a2872c3ed2c8b84a5e2a8a2ece9c472acc Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Tue, 14 Dec 2004 11:00:15 +0000 Subject: updated test to new API --- python/tests/profiles_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit