summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_config_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_xmlrpc/test_config_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_config_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_config_plugin.py b/ipatests/test_xmlrpc/test_config_plugin.py
index 2f57fd236..dc480a652 100644
--- a/ipatests/test_xmlrpc/test_config_plugin.py
+++ b/ipatests/test_xmlrpc/test_config_plugin.py
@@ -61,7 +61,7 @@ class test_config(Declarative):
desc='Try to remove ipausersearchfields',
command=('config_mod', [],
dict(delattr=u'ipausersearchfields=uid,givenname,sn,telephonenumber,ou,title')),
- expected=errors.RequirementError(name='ipausersearchfields'),
+ expected=errors.RequirementError(name='usersearch'),
),
dict(