293b25a8f9
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. |
||
---|---|---|
.. | ||
test_route53.py |