mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Update test_octodns_source_axfr.py to catch up with upstream changes/tests
This commit is contained in:
@@ -73,7 +73,7 @@ class TestZoneFileSource(TestCase):
|
||||
# Load zonefiles without a specified file extension
|
||||
valid = Zone('unit.tests.', [])
|
||||
source.populate(valid)
|
||||
self.assertEquals(12, len(valid.records))
|
||||
self.assertEquals(13, len(valid.records))
|
||||
|
||||
def test_populate(self):
|
||||
# Valid zone file in directory
|
||||
|
||||
Reference in New Issue
Block a user