Skip to content

Commit 2be0571

Browse files
author
Roland Hedberg
committed
Need absolute filename
1 parent ff2bf50 commit 2be0571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_30_mdstore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def test_load_extern_incommon():
355355

356356
def test_load_local():
357357
# string representation of XML idp definition
358-
idp_metadata = open("metadata.xml").read()
358+
idp_metadata = open(full_path("metadata.xml")).read()
359359

360360
saml_config = Config()
361361

0 commit comments

Comments
 (0)