Skip to content

Commit e427b41

Browse files
author
Erick Tryzelaar
committed
Fix test_41_response
1 parent 2938435 commit e427b41

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_41_response.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
from saml2.response import AuthnResponse
1111
from saml2.sigver import SignatureError
1212

13-
FALSE_ASSERT_SIGNED = "saml_false_signed.xml"
13+
from pathutils import full_path
14+
15+
FALSE_ASSERT_SIGNED = full_path("saml_false_signed.xml")
1416

1517
TIMESLACK = 20000000 # Roughly +- 12 month
1618

0 commit comments

Comments
 (0)