summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMartin van Es <martin@mrvanes.com>2018-10-01 14:10:58 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-10-03 14:08:32 +0300
commit55ecd3826555f782d5b1e69b6fe99354e9233f27 (patch)
tree28886aeb5354dc0f7436273b7b99008d165516ab /tests
parent58e3dc727b727d8a0a951b29d8365031c530aaa7 (diff)
downloadpysaml2-55ecd3826555f782d5b1e69b6fe99354e9233f27.tar.gz
Fix test_mixed_attributes_1
Diffstat (limited to 'tests')
-rw-r--r--tests/test_19_attribute_converter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_19_attribute_converter.py b/tests/test_19_attribute_converter.py
index 8662feee..5f60f6d5 100644
--- a/tests/test_19_attribute_converter.py
+++ b/tests/test_19_attribute_converter.py
@@ -192,7 +192,7 @@ class TestAC():
ava = to_local(self.acs, ats, True)
assert ava == {'eduPersonAffiliation': ['staff'],
'givenName': ['Roland'], 'sn': ['Hedberg'],
- 'swissEduPersonHomeOrganizationType': ['others'],
+ 'urn:oid:2.16.756.1.2.5.1.1.5': ['others'],
'uid': ['demouser'], 'urn:example:com:foo': ['Thing'],
'user_id': ['bob']}