Skip to content

Commit 55ecd38

Browse files
mrvanesc00kiemon5ter
authored andcommitted
Fix test_mixed_attributes_1
1 parent 58e3dc7 commit 55ecd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_19_attribute_converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def test_mixed_attributes_1(self):
192192
ava = to_local(self.acs, ats, True)
193193
assert ava == {'eduPersonAffiliation': ['staff'],
194194
'givenName': ['Roland'], 'sn': ['Hedberg'],
195-
'swissEduPersonHomeOrganizationType': ['others'],
195+
'urn:oid:2.16.756.1.2.5.1.1.5': ['others'],
196196
'uid': ['demouser'], 'urn:example:com:foo': ['Thing'],
197197
'user_id': ['bob']}
198198

0 commit comments

Comments
 (0)