Add a unit test to make sure multiple tags were actually associated with a resourceId
This commit is contained in:
parent
6560063ceb
commit
40ad92b4bc
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue