mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Merge remote-tracking branch 'origin/master' into configurable-geo-healthcheck
This commit is contained in:
@@ -1368,11 +1368,11 @@ class TestDynProviderGeo(TestCase):
|
||||
change = Create(self.geo_record)
|
||||
provider._mod_rulesets(td_mock, change)
|
||||
ruleset_create_mock.assert_has_calls((
|
||||
call(td_mock, index=0),
|
||||
call(td_mock, index=0),
|
||||
call(td_mock, index=0),
|
||||
call(td_mock, index=0),
|
||||
call(td_mock, index=0),
|
||||
call(td_mock, index=2),
|
||||
call(td_mock, index=2),
|
||||
call(td_mock, index=2),
|
||||
call(td_mock, index=2),
|
||||
call(td_mock, index=2),
|
||||
))
|
||||
add_response_pool_mock.assert_has_calls((
|
||||
# default
|
||||
|
||||
Reference in New Issue
Block a user