Skip to content

Commit 368c95b

Browse files
author
Roland Hedberg
committed
Removed one function where I had two that did similar work.
1 parent c6cf3ed commit 368c95b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_20_assertion.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,8 @@ def test_filter_values_req_opt_4():
473473

474474
acs = attribute_converter.ac_factory(full_path("attributemaps"))
475475

476-
rava = attribute_converter.ava_fro(acs, r)
477-
oava = attribute_converter.ava_fro(acs, o)
476+
rava = attribute_converter.to_local(acs, r)
477+
oava = attribute_converter.to_local(acs, o)
478478

479479
ava = {"sn": ["Hedberg"], "givenName": ["Roland"],
480480
"eduPersonAffiliation": ["staff"], "uid": ["rohe0002"]}

0 commit comments

Comments
 (0)