summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_dns_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_dns_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_dns_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_dns_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_xmlrpc/test_dns_plugin.py b/ipatests/test_xmlrpc/test_dns_plugin.py
index fb98d0e6f..0953de8b5 100644
--- a/ipatests/test_xmlrpc/test_dns_plugin.py
+++ b/ipatests/test_xmlrpc/test_dns_plugin.py
@@ -1179,7 +1179,7 @@ class test_dns(Declarative):
dict(
desc='Try to modify SRV record in zone %r without specifying modified value' % (zone1),
command=('dnsrecord_mod', [zone1, u'_foo._tcp'], {'srv_part_priority': 1,}),
- expected=errors.RequirementError(name='srvrecord'),
+ expected=errors.RequirementError(name='srv_rec'),
),
dict(