From 9ef271fafa4d47a2161948a6679337af6c76f1d5 Mon Sep 17 00:00:00 2001 From: Koudai Aono Date: Thu, 25 Jan 2018 01:34:27 +0900 Subject: [PATCH] Remove unneeded comments --- .../test_cloudformation/test_cloudformation_stack_crud_boto3.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py b/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py index 781e89e2b..b9ee60d6b 100644 --- a/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py +++ b/tests/test_cloudformation/test_cloudformation_stack_crud_boto3.py @@ -270,8 +270,6 @@ def test_create_stack_from_s3_url(): StackName='stack_from_url', TemplateURL=key_url, ) - # from IPython import embed - # embed() json.loads(json.dumps(cf_conn.get_template(StackName="stack_from_url")[ 'TemplateBody'])).should.equal(dummy_template)