From e427b41d23b7d8f7caf837c0fa0061216e25b21c Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Fri, 24 Oct 2014 16:46:35 -0700 Subject: [PATCH] Fix test_41_response --- tests/test_41_response.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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