From 40ad92b4bc3c90e459d6097ffc6324ad9d57c428 Mon Sep 17 00:00:00 2001 From: Alfred Moreno Date: Thu, 22 Sep 2016 18:44:07 -0700 Subject: [PATCH] Add a unit test to make sure multiple tags were actually associated with a resourceId --- tests/test_route53/test_route53.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_route53/test_route53.py b/tests/test_route53/test_route53.py index b3bed8272..c6699bdac 100644 --- a/tests/test_route53/test_route53.py +++ b/tests/test_route53/test_route53.py @@ -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',