summaryrefslogtreecommitdiff
path: root/tests/test_31_config.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-16 09:53:51 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2012-12-16 09:53:51 +0100
commit05671c2cccfe4e798a0674311e03a57c77ae2a0f (patch)
treed7518b4cd35c9b27840522cffc7d06ec8a2895e6 /tests/test_31_config.py
parentbe2de925a762acf10512bc88f53b6ed29887f534 (diff)
downloadpysaml2-05671c2cccfe4e798a0674311e03a57c77ae2a0f.tar.gz
Fixed spelling error.
Diffstat (limited to 'tests/test_31_config.py')
-rw-r--r--tests/test_31_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_31_config.py b/tests/test_31_config.py
index de67c4b5..6988672a 100644
--- a/tests/test_31_config.py
+++ b/tests/test_31_config.py
@@ -336,7 +336,7 @@ def test_assertion_consumer_service():
c.load_file("idp_conf")
c.context = "idp"
- xml_src = open("inCommon-metadata.xml").read()
+ xml_src = open("InCommon-metadata.xml").read()
# A trick so outdated data is allowed
c.metadata.import_metadata(xml_src, "-")