Add a unit test to make sure multiple tags were actually associated with a resourceId

This commit is contained in:
Alfred Moreno 2016-09-22 18:44:07 -07:00
parent 6560063ceb
commit 40ad92b4bc

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',