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