presslabs / zinc

Route 53 zone manager.
https://www.presslabs.com/code/zinc/
Other
42 stars 2 forks source link

unable to delete PR when a conflicting CNAME exists #258

Closed rciorba closed 7 years ago

rciorba commented 7 years ago

STR: 1 create a CNAME record named conflict 2 create a PR named conflict (the api won't allow this, you need to use the ORM directly) 3 try to delete the PR

Expected: one should be able to delete the PR

Actual result: a validation error is raised, just like when you'd try to create the conflicting PR