summaryrefslogtreecommitdiff
path: root/tests/localhost.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-08-27 13:09:47 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-08-27 13:09:47 +0200
commit9944bba618fa9736dc5ca296ee6f088143897de3 (patch)
tree6b0ab5d4328d7dc55c4b57ee5b13ae9556700ff3 /tests/localhost.py
parent5680d04cede7338adf4bef0dabff16a6bc49785f (diff)
downloadpysaml2-9944bba618fa9736dc5ca296ee6f088143897de3.tar.gz
Changed name of test drivers
Diffstat (limited to 'tests/localhost.py')
-rwxr-xr-xtests/localhost.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/localhost.py b/tests/localhost.py
index 75f62b12..fe5f5ccf 100755
--- a/tests/localhost.py
+++ b/tests/localhost.py
@@ -7,7 +7,7 @@ import json
BASE = "http://localhost:8088"
-metadata = open("./idp/idp.xml").read()
+metadata = open("idp_test/idp.xml").read()
info = {
"entity_id": "%s/idp.xml" % BASE,