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

@@ -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()