mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Update DSFMonitor labels to include type
Would have prevented both A and AAAA exisiting on the same node.
This commit is contained in:
@@ -52,7 +52,6 @@ class TestPowerDnsProvider(TestCase):
|
||||
with self.assertRaises(Exception) as ctx:
|
||||
zone = Zone('unit.tests.', [])
|
||||
provider.populate(zone)
|
||||
print(ctx.exception.message)
|
||||
self.assertTrue('unauthorized' in ctx.exception.message)
|
||||
|
||||
# General error
|
||||
|
Reference in New Issue
Block a user