Need absolute filename

This commit is contained in:
Roland Hedberg
2015-09-07 09:40:33 +02:00
parent ff2bf505d8
commit 2be0571a5f

View File

@@ -355,7 +355,7 @@ def test_load_extern_incommon():
def test_load_local():
# string representation of XML idp definition
idp_metadata = open("metadata.xml").read()
idp_metadata = open(full_path("metadata.xml")).read()
saml_config = Config()