diff options
author | Roland Hedberg <roland@catalogix.se> | 2016-09-22 08:32:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 08:32:41 +0300 |
commit | b7c9f91eec6778ea011b0afad8f8cefcf3393a1c (patch) | |
tree | a97f3944f5ffb79323e26b77c219a0330a0b3dee /tests | |
parent | 146ff74ed0c6079bd7432f271c61779963a8f7e1 (diff) | |
parent | e1fc49ccc016db1d08e718fc6a9628d5e9d3c89f (diff) | |
download | pysaml2-b7c9f91eec6778ea011b0afad8f8cefcf3393a1c.tar.gz |
Merge pull request #354 from tpazderka/fix-eduid
Fix eduID attributes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_20_assertion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_20_assertion.py b/tests/test_20_assertion.py index f04883dd..ae661d53 100644 --- a/tests/test_20_assertion.py +++ b/tests/test_20_assertion.py @@ -86,7 +86,7 @@ def test_filter_on_attributes_without_friendly_name(): "eduPersonAffiliation": "test", "extra": "foo"} eptid = to_dict( - Attribute(name="urn:oid:1.3.6.1.4.1.5923.1.1.1.11", + Attribute(name="urn:oid:1.3.6.1.4.1.5923.1.1.1.10", name_format=NAME_FORMAT_URI), ONTS) ep_affiliation = to_dict( Attribute(name="urn:oid:1.3.6.1.4.1.5923.1.1.1.1", |