We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a85250 commit 2938435Copy full SHA for 2938435
tests/test_40_sigver.py
@@ -438,7 +438,7 @@ def test_xbox():
438
)
439
440
sigass = sec.sign_statement(assertion, class_name(assertion),
441
- key_file="pki/mykey.pem", node_id=assertion.id)
+ key_file=full_path("test.key"), node_id=assertion.id)
442
443
_ass0 = saml.assertion_from_string(sigass)
444
@@ -457,7 +457,7 @@ def test_xbox():
457
assers = extension_elements_to_elements(_seass.extension_elements,
458
[saml, samlp])
459
460
- sign_cert_file = "pki/mycert.pem"
+ sign_cert_file = full_path("test.pem")
461
462
for ass in assers:
463
_ass = "%s" % ass
0 commit comments