Browse Source

Update yaml test path to work on windows

pull/665/head
Ross McFarland 5 years ago
parent
commit
858628a867
No known key found for this signature in database GPG Key ID: 61C10C4FC8FE4A89
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tests/test_octodns_provider_yaml.py

+ 1
- 1
tests/test_octodns_provider_yaml.py View File

@ -213,7 +213,7 @@ class TestSplitYamlProvider(TestCase):
zone = Zone('unit.tests.', [])
self.assertEqual(
join(dirname(__file__), 'config/split/unit.tests.tst'),
join(dirname(__file__), 'config/split', 'unit.tests.tst'),
source._zone_directory(zone))
def test_apply_handles_existing_zone_directory(self):


Loading…
Cancel
Save