Skip to content

Commit

Permalink
fix ZoneTest::test_subzone
Browse files Browse the repository at this point in the history
use correct parent zone name

for 1and1#198
  • Loading branch information
zeromind committed Feb 4, 2022
1 parent 0b818c4 commit 0cc7b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dim-testsuite/tests/dns_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_revzone_ipv6(self):
assert len(self.r.zone_list('a.0.0.0.0.0.1.0.8.b.d.0.1.0.0.2.ip6.arpa')) == 1

def test_subzone(self):
self.r.zone_create('server.lan')
self.r.zone_create('company.com')
self.r.rr_create(name='srv-monitoring.company.com.', type='TXT', strings=['test'])
self.r.rr_create(name='monitoring.company.com.', type='TXT', strings=['test2'])
self.r.zone_create('monitoring.company.com')
Expand Down

0 comments on commit 0cc7b8a

Please sign in to comment.