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

Update Route53 test that pokes at boto internals

This commit is contained in:
Ross McFarland
2020-01-11 10:16:31 -08:00
parent eb890f0214
commit 60ec6e9a28

View File

@@ -1930,9 +1930,8 @@ class TestRoute53Provider(TestCase):
provider = Route53Provider('test', 'abc', '123',
client_max_attempts=42)
# NOTE: this will break if boto ever changes the impl details...
self.assertEquals(43, provider._conn.meta.events
._unique_id_handlers['retry-config-route53']
['handler']._checker.__dict__['_max_attempts'])
self.assertEquals(42, provider._conn._client_config
.retries['max_attempts'])
def test_data_for_dynamic(self):
provider = Route53Provider('test', 'abc', '123')