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

Add support for LOC records

This commit is contained in:
Mark Tearle
2020-11-29 23:42:51 +08:00
parent ade8d54df3
commit 9d4bd0aaec
15 changed files with 730 additions and 26 deletions

View File

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