[cloud] Add template_body parameter to cloudformation module to allow lookups (#33485)

This commit is contained in:
Kaz Cheng 2017-12-06 04:42:05 +10:00 committed by Ryan Brown
parent 0b823e3fe0
commit 60b5c6890a
2 changed files with 37 additions and 7 deletions

View file

@ -128,4 +128,4 @@ def test_missing_template_body(placeboify):
)
assert exc_info.match('FAIL')
assert not m.exit_args
assert "Either 'template' or 'template_url' is required when the stack does not exist." == m.exit_kwargs['msg']
assert "Either 'template', 'template_body' or 'template_url' is required when the stack does not exist." == m.exit_kwargs['msg']