We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cf3ed commit 368c95bCopy full SHA for 368c95b
tests/test_20_assertion.py
@@ -473,8 +473,8 @@ def test_filter_values_req_opt_4():
473
474
acs = attribute_converter.ac_factory(full_path("attributemaps"))
475
476
- rava = attribute_converter.ava_fro(acs, r)
477
- oava = attribute_converter.ava_fro(acs, o)
+ rava = attribute_converter.to_local(acs, r)
+ oava = attribute_converter.to_local(acs, o)
478
479
ava = {"sn": ["Hedberg"], "givenName": ["Roland"],
480
"eduPersonAffiliation": ["staff"], "uid": ["rohe0002"]}
0 commit comments