summaryrefslogtreecommitdiffstats
path: root/python/tests/errorchecking_tests.py
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-11-22 12:00:00 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-11-22 12:00:00 +0000
commitc8505e458db838a73b96fa9194c63618323119af (patch)
tree3d4417298e7e29a495538b031721e8025f85ffae /python/tests/errorchecking_tests.py
parente71eb823f043977bd456e2d2186c69d4093ff2af (diff)
downloadlasso-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.py2
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