Remove extraneous print statement from test

This commit is contained in:
Don Kuntz 2019-08-28 13:59:49 -05:00
parent 35507f33df
commit cae0b5bc45
No known key found for this signature in database
GPG Key ID: 24499CE2571D5CEB

View File

@ -409,8 +409,6 @@ def test_list_or_change_tags_for_resource_request():
ResourceType="healthcheck", ResourceId=healthcheck_id)
response["ResourceTagSet"]["Tags"].should.be.empty
print(response)
tag1 = {"Key": "Deploy", "Value": "True"}
tag2 = {"Key": "Name", "Value": "UnitTest"}