diff options
Diffstat (limited to 'python')
| -rwxr-xr-x | python/tests/profiles_tests.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/tests/profiles_tests.py b/python/tests/profiles_tests.py index 277819b0..35c2f346 100755 --- a/python/tests/profiles_tests.py +++ b/python/tests/profiles_tests.py @@ -67,7 +67,9 @@ class ServerTestCase(unittest.TestCase): lassoServer = lasso.Server() lassoServer.addProvider( - lasso.PROVIDER_ROLE_IDP, os.path.join(dataDir, 'idp1-la/metadata.xml')) + lasso.PROVIDER_ROLE_IDP, + os.path.join(dataDir, 'idp1-la/metadata.xml'), + os.path.join(dataDir, 'idp1-la/public-key.pem')) dump = lassoServer.dump() lassoServer2 = lassoServer.newFromDump(dump) dump2 = lassoServer2.dump() |
