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

Switch populate to return exists, cleaner setup

This commit is contained in:
Ross McFarland
2018-01-21 14:06:20 -08:00
parent 1e71bce907
commit 94bfb1e507
10 changed files with 34 additions and 27 deletions

View File

@@ -913,7 +913,7 @@ class TestDynProviderGeo(TestCase):
Delete(geo),
Delete(regular),
]
plan = Plan(None, desired, changes, False)
plan = Plan(None, desired, changes, True)
provider._apply(plan)
mock.assert_has_calls([
call('/Zone/unit.tests/', 'GET', {}),