ipatests: fix ipatests/test_xmlrpc/test_dns_plugin.py

The test is calling dnsrecord-mod --ttl and should expect a unicode
value in order to be python2/python3 compatible.

Related: https://pagure.io/freeipa/issue/7982
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Florence Blanc-Renaud 2019-07-01 16:09:47 +02:00 committed by Alexander Bokovoy
parent e6b2894795
commit 7188417647

View File

@ -1956,7 +1956,7 @@ class test_dns(Declarative):
'summary': None,
'result': {
'idnsname': [name1_dnsname],
'dnsttl': ['500'],
'dnsttl': [u'500'],
'arecord': [revname2_ip],
},
},