moto/moto/route53
Mark Challoner d61ce0584b
Check record type when upserting.
Previously this was not checked so an existing record (e.g. with type A) would be overwritten on upsert by a record with the same name but different type (e.g. TXT).

This commit also:

* publicizes the type variable appending the underscore affix (required to maintain compatibility with CloudFormation which sets type as the CF type),
* fixes a wrong assumption in tests that UPSERT applies a change to Type (it creates a distinct record instead),
* Updates ACM model to use serial_number instead of deprecated and remove serial causing Travis failures.
2019-03-01 16:44:50 +00:00
..
__init__.py Get standalone server mode working for all tests. 2017-02-23 19:43:48 -05:00
models.py Check record type when upserting. 2019-03-01 16:44:50 +00: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