Fix Route53 response and tests (#804)
* Fix route53 response \n Fix route53 tests * Fixing index * fix zone ID on test_route53_with_update
This commit is contained in:
parent
a967ec0d39
commit
2bf85fe25d
3 changed files with 21 additions and 3 deletions
|
|
@ -25,7 +25,7 @@ def test_hosted_zone():
|
|||
|
||||
id1 = firstzone["CreateHostedZoneResponse"]["HostedZone"]["Id"].split("/")[-1]
|
||||
zone = conn.get_hosted_zone(id1)
|
||||
zone["GetHostedZoneResponse"]["HostedZone"]["Name"].should.equal("testdns.aws.com")
|
||||
zone["GetHostedZoneResponse"]["HostedZone"]["Name"].should.equal("testdns.aws.com.")
|
||||
|
||||
conn.delete_hosted_zone(id1)
|
||||
zones = conn.get_all_hosted_zones()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue