Merge pull request #710 from kryptek/master

Fix Route53 tagging code
This commit is contained in:
Steve Pulec 2016-10-09 18:58:17 -04:00 committed by GitHub
commit 81d489ce46
2 changed files with 12 additions and 9 deletions

View file

@ -354,6 +354,8 @@ def test_list_or_change_tags_for_resource_request():
response['ResourceTagSet']['Tags'].should.contain(tag1)
response['ResourceTagSet']['Tags'].should.contain(tag2)
len(response['ResourceTagSet']['Tags']).should.equal(2)
# Try to remove the tags
conn.change_tags_for_resource(
ResourceType='healthcheck',