mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 16:51:55 -06:00
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:
parent
e6b2894795
commit
7188417647
@ -1956,7 +1956,7 @@ class test_dns(Declarative):
|
||||
'summary': None,
|
||||
'result': {
|
||||
'idnsname': [name1_dnsname],
|
||||
'dnsttl': ['500'],
|
||||
'dnsttl': [u'500'],
|
||||
'arecord': [revname2_ip],
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user