1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Add support for DNAME records

This commit is contained in:
Jonathan Leroy
2020-10-26 22:18:35 +01:00
parent 8f686142d6
commit de51e5f531
16 changed files with 249 additions and 39 deletions

View File

@@ -140,7 +140,7 @@ class TestDnsMadeEasyProvider(TestCase):
plan = provider.plan(self.expected)
# No root NS, no ignored, no excluded, no unsupported
n = len(self.expected.records) - 5
n = len(self.expected.records) - 6
self.assertEquals(n, len(plan.changes))
self.assertEquals(n, provider.apply(plan))