diff options
author | Frederic Peters <fpeters@entrouvert.com> | 2004-11-22 12:00:00 +0000 |
---|---|---|
committer | Frederic Peters <fpeters@entrouvert.com> | 2004-11-22 12:00:00 +0000 |
commit | c8505e458db838a73b96fa9194c63618323119af (patch) | |
tree | 3d4417298e7e29a495538b031721e8025f85ffae /python/tests/errorchecking_tests.py | |
parent | e71eb823f043977bd456e2d2186c69d4093ff2af (diff) | |
download | lasso-c8505e458db838a73b96fa9194c63618323119af.tar.gz lasso-c8505e458db838a73b96fa9194c63618323119af.tar.xz lasso-c8505e458db838a73b96fa9194c63618323119af.zip |
sync python tests with lasso 0.5
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 |