mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Test: fix failing host_test
Regression caused by patches related to empty zones https://fedorahosted.org/freeipa/ticket/5710 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
@@ -311,7 +311,7 @@ class TestCRUD(XMLRPC_test):
|
||||
def test_try_add_not_in_dns(self, host):
|
||||
host.ensure_missing()
|
||||
command = host.make_create_command(force=False)
|
||||
with raises_exact(errors.DNSNotARecordError(hostname=host)):
|
||||
with raises_exact(errors.DNSNotARecordError(hostname=host.fqdn)):
|
||||
command()
|
||||
|
||||
def test_add_host_with_null_password(self, host):
|
||||
|
||||
Reference in New Issue
Block a user