mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
ISSUE #26 Skip Alias recordset for Route53 Provider
This commit is contained in:
@@ -313,6 +313,14 @@ class TestRoute53Provider(TestCase):
|
||||
'Value': '0 issue "ca.unit.tests"',
|
||||
}],
|
||||
'TTL': 69,
|
||||
}, {
|
||||
'AliasTarget': {
|
||||
'HostedZoneId': 'Z119WBBTVP5WFX',
|
||||
'EvaluateTargetHealth': False,
|
||||
'DNSName': 'unit.tests.'
|
||||
},
|
||||
'Type': 'A',
|
||||
'Name': 'alias.unit.tests.'
|
||||
}],
|
||||
'IsTruncated': False,
|
||||
'MaxItems': '100',
|
||||
|
||||
Reference in New Issue
Block a user