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)