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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user