summaryrefslogtreecommitdiffstats
path: root/python/tests/sample-sp.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/sample-sp.py')
-rwxr-xr-xpython/tests/sample-sp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/sample-sp.py b/python/tests/sample-sp.py
index 321b114e..3574b67e 100755
--- a/python/tests/sample-sp.py
+++ b/python/tests/sample-sp.py
@@ -103,7 +103,7 @@ def main():
lassoServer = lasso.Server.new(
'../../examples/data/sp-metadata.xml',
- '../../examples/data/sp-public-key.pem',
+ None, # '../../examples/data/sp-public-key.pem' is no more used.
'../../examples/data/sp-private-key.pem',
'../../examples/data/sp-crt.pem',
lasso.signatureMethodRsaSha1)