summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/test_dns_plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipatests/test_xmlrpc/test_dns_plugin.py')
-rw-r--r--ipatests/test_xmlrpc/test_dns_plugin.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/ipatests/test_xmlrpc/test_dns_plugin.py b/ipatests/test_xmlrpc/test_dns_plugin.py
index 50b4d2ec7..1cfbbdb9e 100644
--- a/ipatests/test_xmlrpc/test_dns_plugin.py
+++ b/ipatests/test_xmlrpc/test_dns_plugin.py
@@ -1378,10 +1378,10 @@ class test_dns(Declarative):
dict(
- desc='Delete record %r in zone %r' % (tlsa, zone1),
- command=('dnsrecord_del', [zone1, tlsa], {'del_all': True}),
+ desc='Remove record using dnsrecord-mod %r in zone %r' % (tlsa, zone1),
+ command=('dnsrecord_mod', [zone1, tlsa], {'tlsarecord': ''}),
expected={
- 'value': [tlsa_dnsname],
+ 'value': tlsa_dnsname,
'summary': u'Deleted record "%s"' % tlsa,
'result': {'failed': []},
},