Remove unneeded comments
This commit is contained in:
parent
df79f08c2d
commit
9ef271fafa
@ -270,8 +270,6 @@ def test_create_stack_from_s3_url():
|
|||||||
StackName='stack_from_url',
|
StackName='stack_from_url',
|
||||||
TemplateURL=key_url,
|
TemplateURL=key_url,
|
||||||
)
|
)
|
||||||
# from IPython import embed
|
|
||||||
# embed()
|
|
||||||
json.loads(json.dumps(cf_conn.get_template(StackName="stack_from_url")[
|
json.loads(json.dumps(cf_conn.get_template(StackName="stack_from_url")[
|
||||||
'TemplateBody'])).should.equal(dummy_template)
|
'TemplateBody'])).should.equal(dummy_template)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user