summaryrefslogtreecommitdiff
path: root/tests/test_19_attribute_converter.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2014-03-16 16:09:55 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2014-03-16 16:09:55 +0100
commit25af8fcdd8e3acc14b211c524b3dff2312ce3c3a (patch)
tree5725f9d45b4d16f874b9e0ba7c7bffa7aff8ce20 /tests/test_19_attribute_converter.py
parente0fb5e3c99be71c80c5018442feda013910ef35c (diff)
downloadpysaml2-25af8fcdd8e3acc14b211c524b3dff2312ce3c3a.tar.gz
Better variable name assuming there will be more categories in the future.
Diffstat (limited to 'tests/test_19_attribute_converter.py')
-rw-r--r--tests/test_19_attribute_converter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_19_attribute_converter.py b/tests/test_19_attribute_converter.py
index 479f2f88..177d509e 100644
--- a/tests/test_19_attribute_converter.py
+++ b/tests/test_19_attribute_converter.py
@@ -216,6 +216,7 @@ def test_schac():
for ac in acs:
try:
res = ac.ava_from(attr)
+ assert res[0] == "schacHomeOrganization"
except KeyError:
pass