moto/moto/route53
Tatsuya Hoshino 293b25a8f9 Add a missing trailing dot to the Name of ResourceRecordSet
AWS Route53 treats www.example.com (without a trailing dot)
and www.example.com. (with a trailing dot) as identical.
Hence, after creating a `www.example.com` record,
`www.example.com.` name is saved in Route53.
But moto treated `www.example.com` and `www.example.com.` as different.

This commit fixes the moto behavior.
2018-11-20 21:43:59 +09:00
..
__init__.py Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
models.py Fix bug adding None TTL to route53 responses. 2018-03-29 10:08:39 -04:00
responses.py Add a missing trailing dot to the Name of ResourceRecordSet 2018-11-20 21:43:59 +09:00
urls.py Add ListHostedZonesByName 2017-03-13 15:27:45 +00:00