We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033b787 commit af8b341Copy full SHA for af8b341
1 file changed
tests/integration/sync/test_sync_infra.py
@@ -343,6 +343,7 @@ def test_sync_infra_no_capabilities(self, template_file):
343
def test_sync_infra_s3_bucket_option(self, template_file):
344
template_path = str(self.test_data_path.joinpath(template_file))
345
stack_name = self._method_to_stack_name(self.id())
346
+ self.stacks.append({"name": stack_name})
347
348
sync_command_list = self.get_sync_command_list(
349
template_file=template_path,
0 commit comments