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:
@@ -264,7 +264,7 @@ class TestGoogleCloudProvider(TestCase):
|
||||
existing=[update_existing_r, delete_r],
|
||||
desired=desired,
|
||||
changes=changes,
|
||||
create=False
|
||||
exists=True
|
||||
))
|
||||
|
||||
calls_mock = gcloud_zone_mock.changes.return_value
|
||||
@@ -297,7 +297,7 @@ class TestGoogleCloudProvider(TestCase):
|
||||
existing=[update_existing_r, delete_r],
|
||||
desired=desired,
|
||||
changes=changes,
|
||||
create=False
|
||||
exists=True
|
||||
))
|
||||
|
||||
unsupported_change = Mock()
|
||||
|
Reference in New Issue
Block a user