diff --git a/bundles/powerdns/items.py b/bundles/powerdns/items.py index 24a0c59..a6db93a 100644 --- a/bundles/powerdns/items.py +++ b/bundles/powerdns/items.py @@ -106,9 +106,7 @@ if node.metadata.get('powerdns/features/bind', False): 'metadata_records': node.metadata.get(f'powerdns/bind-zones/{zone}/records', []), }, 'source': f'bind-zones/{zone}', - # TODO enable this once bundlewrap has test_with - # was introduced in https://github.com/bundlewrap/bundlewrap/commit/cb7e9c161719acd70d132a7b24f0d231a8cb3fa3 - #'test_with': f'named-checkzone {zone} {{}}', + 'test_with': f'named-checkzone {zone} {{}}', 'triggers': { 'action:powerdns_reload_zones', },