mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix conflict between "got" and "expected" values
Fix conflict between "got" and "expected" values when testing "dnsconfig_mod: Update global DNS settings" Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
1b8a36d134
commit
359cfeb7c6
@ -1780,6 +1780,7 @@ class test_dns(Declarative):
|
|||||||
}},
|
}},
|
||||||
),
|
),
|
||||||
'result': {
|
'result': {
|
||||||
|
'dns_server_server': [api.env.host],
|
||||||
'idnsforwarders': [fwd_ip],
|
'idnsforwarders': [fwd_ip],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@ -1791,7 +1792,7 @@ class test_dns(Declarative):
|
|||||||
expected={
|
expected={
|
||||||
'value': None,
|
'value': None,
|
||||||
'summary': u'Global DNS configuration is empty',
|
'summary': u'Global DNS configuration is empty',
|
||||||
'result': {},
|
'result': {'dns_server_server': [api.env.host]},
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user