Browse Source

Try the test with a fresh zone

Signed-off-by: Christian Funkhouser <cfunkhouser@heroku.com>
pull/336/head
Christian Funkhouser 7 years ago
parent
commit
2e2fd7157a
No known key found for this signature in database GPG Key ID: 6894A9878C7FB782
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      tests/test_octodns_provider_splityaml.py

+ 2
- 0
tests/test_octodns_provider_splityaml.py View File

@ -191,6 +191,8 @@ class TestSplitYamlProvider(TestCase):
with self.assertRaises(ConstructorError): with self.assertRaises(ConstructorError):
source.populate(zone) source.populate(zone)
zone = Zone('unordered.', [])
source = SplitYamlProvider( source = SplitYamlProvider(
'test', join(dirname(__file__), 'config/split'), 'test', join(dirname(__file__), 'config/split'),
enforce_order=False) enforce_order=False)


Loading…
Cancel
Save