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

Ignoring URLFWD and adjusting test counts for other providers

This commit is contained in:
Brian E Clow
2021-05-27 15:45:41 -07:00
parent 21fcff920e
commit f4caa35caa
9 changed files with 16 additions and 16 deletions

View File

@@ -108,7 +108,7 @@ class TestHetznerProvider(TestCase):
plan = provider.plan(self.expected)
# No root NS, no ignored, no excluded, no unsupported
n = len(self.expected.records) - 9
n = len(self.expected.records) - 10
self.assertEquals(n, len(plan.changes))
self.assertEquals(n, provider.apply(plan))
self.assertFalse(plan.exists)