From cae0b5bc45de692580a07fdee16c9a83628f52d1 Mon Sep 17 00:00:00 2001 From: Don Kuntz Date: Wed, 28 Aug 2019 13:59:49 -0500 Subject: [PATCH] Remove extraneous print statement from test --- tests/test_route53/test_route53.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_route53/test_route53.py b/tests/test_route53/test_route53.py index e7013715..babd54d2 100644 --- a/tests/test_route53/test_route53.py +++ b/tests/test_route53/test_route53.py @@ -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"}