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

Test increase number of zones

This commit is contained in:
Piotr Pieprzycki
2020-07-16 00:23:44 +03:00
parent 53bcb86240
commit 450cbe0208

View File

@@ -469,7 +469,7 @@ class TestAzureDnsProvider(TestCase):
exists = provider.populate(zone)
self.assertTrue(exists)
self.assertEquals(len(zone.records), 18)
self.assertEquals(len(zone.records), 19)
def test_populate_zone(self):
provider = self._get_provider()