diff --git a/tests/test_41_response.py b/tests/test_41_response.py index 9a7553a..14aed60 100644 --- a/tests/test_41_response.py +++ b/tests/test_41_response.py @@ -10,7 +10,9 @@ from saml2.response import StatusResponse from saml2.response import AuthnResponse from saml2.sigver import SignatureError -FALSE_ASSERT_SIGNED = "saml_false_signed.xml" +from pathutils import full_path + +FALSE_ASSERT_SIGNED = full_path("saml_false_signed.xml") TIMESLACK = 20000000 # Roughly +- 12 month