Skip to content

Commit 2938435

Browse files
author
Erick Tryzelaar
committed
Fix test_40_sigver by using a checked in key
1 parent 6a85250 commit 2938435

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_40_sigver.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def test_xbox():
438438
)
439439

440440
sigass = sec.sign_statement(assertion, class_name(assertion),
441-
key_file="pki/mykey.pem", node_id=assertion.id)
441+
key_file=full_path("test.key"), node_id=assertion.id)
442442

443443
_ass0 = saml.assertion_from_string(sigass)
444444

@@ -457,7 +457,7 @@ def test_xbox():
457457
assers = extension_elements_to_elements(_seass.extension_elements,
458458
[saml, samlp])
459459

460-
sign_cert_file = "pki/mycert.pem"
460+
sign_cert_file = full_path("test.pem")
461461

462462
for ass in assers:
463463
_ass = "%s" % ass

0 commit comments

Comments
 (0)