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

Update yaml test path to work on windows

This commit is contained in:
Ross McFarland
2021-02-05 12:06:46 -08:00
parent f9cbf81817
commit 858628a867

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):