mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
WIP: Backing out a lot of test churn now that YamlProvider has SUPPORTS_ROOT_NS flag
This commit is contained in:
@@ -302,7 +302,7 @@ class TestManager(TestCase):
|
||||
with open(join(tmpdir.dirname, 'empty.yaml')) as fh:
|
||||
data = safe_load(fh, False)
|
||||
# just to root NS
|
||||
self.assertEqual(1, len(data))
|
||||
self.assertEqual(0, len(data))
|
||||
|
||||
def test_dump_split(self):
|
||||
with TemporaryDirectory() as tmpdir:
|
||||
|
Reference in New Issue
Block a user