summaryrefslogtreecommitdiff
path: root/tests/test_20_assertion.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-07-08 15:30:06 -0700
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-07-08 15:30:06 -0700
commit368c95b53b6443703dffad2d64015f020928c8fc (patch)
tree7ea72f5fd5de320626013042e7c0848bc27488ff /tests/test_20_assertion.py
parentc6cf3ede36ab37e96ab6bd1833e36a117a1a93ce (diff)
downloadpysaml2-368c95b53b6443703dffad2d64015f020928c8fc.tar.gz
Removed one function where I had two that did similar work.
Diffstat (limited to 'tests/test_20_assertion.py')
-rw-r--r--tests/test_20_assertion.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_20_assertion.py b/tests/test_20_assertion.py
index 3aed04c3..c9ce8ad3 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"]}