diff options
Diffstat (limited to 'python/tests/errorchecking_tests.py')
-rw-r--r-- | python/tests/errorchecking_tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/errorchecking_tests.py b/python/tests/errorchecking_tests.py index 01a35b71..1ea9e1e7 100644 --- a/python/tests/errorchecking_tests.py +++ b/python/tests/errorchecking_tests.py @@ -66,7 +66,7 @@ class ErrorCheckingTestCase(unittest.TestCase): os.path.join(dataDir, 'idp1-la/certificate.pem')) login = lasso.Login(server) try: - login.processAuthnRequestMsg("", lasso.httpMethodRedirect) + login.processAuthnRequestMsg("") except lasso.Error: pass |