Skip to content

Commit bdcd614

Browse files
committed
test(deploy): add --language-extensions to deploy commands for LE templates
1 parent 912fbbd commit bdcd614

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/integration/deploy/test_deploy_command.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,6 +1736,7 @@ def test_deploy_with_language_extensions(self):
17361736
deploy_command_list = self.get_deploy_command_list(
17371737
template_file=built_template, stack_name=stack_name, s3_prefix=self.s3_prefix, capabilities="CAPABILITY_IAM"
17381738
)
1739+
deploy_command_list.append("--language-extensions")
17391740
deploy_process_execute = self.run_command(deploy_command_list)
17401741
self.assertEqual(deploy_process_execute.process.returncode, 0)
17411742

@@ -1882,6 +1883,7 @@ def test_package_and_deploy_language_extensions_dynamic_codeuri(self):
18821883
tags="integ=true clarity=yes foo_bar=baz",
18831884
confirm_changeset=False,
18841885
)
1886+
deploy_command_list.append("--language-extensions")
18851887
deploy_process = self.run_command(deploy_command_list)
18861888
self.assertEqual(deploy_process.process.returncode, 0)
18871889
finally:

0 commit comments

Comments
 (0)