summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_config_plugin.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-05-18 10:03:39 +0200
committerJan Cholasta <jcholast@redhat.com>2016-05-25 16:06:26 +0200
commit2f6b333187e150369e9f761520aaebca0b45c011 (patch)
treeae02eeb7cd0d3bcfbaf78cebd5b938d9d14c8488 /ipatests/test_xmlrpc/test_config_plugin.py
parente0275abe6f5192e68b7f57acf37b01aaa89003ea (diff)
downloadfreeipa-2f6b333187e150369e9f761520aaebca0b45c011.tar.gz
freeipa-2f6b333187e150369e9f761520aaebca0b45c011.tar.xz
freeipa-2f6b333187e150369e9f761520aaebca0b45c011.zip
frontend: re-raise remote RequirementError using CLI name in CLI
https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
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(