Skip to content

Commit d0f7f41

Browse files
committed
test(deploy): add s3_bucket to LE deploy test
1 parent 9f5934b commit d0f7f41

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tests/integration/deploy/test_deploy_command.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1734,7 +1734,11 @@ def test_deploy_with_language_extensions(self):
17341734

17351735
built_template = Path(build_dir) / "template.yaml"
17361736
deploy_command_list = self.get_deploy_command_list(
1737-
template_file=built_template, stack_name=stack_name, s3_prefix=self.s3_prefix, capabilities="CAPABILITY_IAM"
1737+
template_file=built_template,
1738+
stack_name=stack_name,
1739+
s3_prefix=self.s3_prefix,
1740+
s3_bucket=self.s3_bucket.name,
1741+
capabilities="CAPABILITY_IAM",
17381742
)
17391743
deploy_command_list.append("--language-extensions")
17401744
deploy_process_execute = self.run_command(deploy_command_list)

0 commit comments

Comments
 (0)