From 368c95b53b6443703dffad2d64015f020928c8fc Mon Sep 17 00:00:00 2001 From: Roland Hedberg Date: Mon, 8 Jul 2013 15:30:06 -0700 Subject: [PATCH] Removed one function where I had two that did similar work. --- tests/test_20_assertion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_20_assertion.py b/tests/test_20_assertion.py index 3aed04c..c9ce8ad 100644 --- a/tests/test_20_assertion.py +++ b/tests/test_20_assertion.py @@ -473,8 +473,8 @@ def test_filter_values_req_opt_4(): acs = attribute_converter.ac_factory(full_path("attributemaps")) - rava = attribute_converter.ava_fro(acs, r) - oava = attribute_converter.ava_fro(acs, o) + rava = attribute_converter.to_local(acs, r) + oava = attribute_converter.to_local(acs, o) ava = {"sn": ["Hedberg"], "givenName": ["Roland"], "eduPersonAffiliation": ["staff"], "uid": ["rohe0002"]}