Remove extraneous print statement from test
This commit is contained in:
parent
35507f33df
commit
cae0b5bc45
@ -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"}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user