mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-05-07 13:53:23 +00:00
Remove "’" from yaml files
This patch is needed to pass Automation Hub tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Playbook to with invalid IP’s in allow_transfer.
|
||||
- name: Playbook to with invalid IPs in allow_transfer.
|
||||
hosts: ipaserver
|
||||
become: true
|
||||
|
||||
|
||||
@@ -112,7 +112,7 @@ class TestDNSZone(AnsibleFreeIPATestCase):
|
||||
self.check_notexists([error], "dnszone-show", [add_zone])
|
||||
|
||||
def test_dnszone_invalid_ip(self):
|
||||
"""TC-07: Update with invalid IP’s in allow_transfer. Bug#1845051."""
|
||||
"""TC-07: Update with invalid IPs in allow_transfer. Bug#1845051."""
|
||||
invalid_zone_name = "invalidzone.test"
|
||||
invalid_zone_ip = "in.va.li.d"
|
||||
expected_error = "Invalid IP for DNS forwarder"
|
||||
|
||||
Reference in New Issue
Block a user