Skip to content

Commit af8b341

Browse files
licjunreedham-aws
andauthored
register stack for cleanup in test_sync_infra_s3_bucket_option (#8682)
Co-authored-by: Reed Hamilton <reedham@amazon.com>
1 parent 033b787 commit af8b341

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/sync/test_sync_infra.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ def test_sync_infra_no_capabilities(self, template_file):
343343
def test_sync_infra_s3_bucket_option(self, template_file):
344344
template_path = str(self.test_data_path.joinpath(template_file))
345345
stack_name = self._method_to_stack_name(self.id())
346+
self.stacks.append({"name": stack_name})
346347

347348
sync_command_list = self.get_sync_command_list(
348349
template_file=template_path,

0 commit comments

Comments
 (0)