fix name method in the last commit

This commit is contained in:
beeva-antonioirizar 2016-02-17 17:44:20 +01:00
commit 84753aeac5
2 changed files with 2 additions and 2 deletions

View file

@ -10,5 +10,5 @@ url_paths = {
'{0}hostedzone/[^/]+$': responses.get_or_delete_hostzone_response,
'{0}hostedzone/[^/]+/rrset$': responses.rrset_response,
'{0}healthcheck': responses.health_check_response,
'{0}tags|trafficpolicyinstances/*': responses.not_implemented,
'{0}tags|trafficpolicyinstances/*': responses.not_implemented_response,
}