Skip to content

Commit

Permalink
chore: fix canary/integration test issue (#2945)
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci authored Jun 14, 2021
1 parent 72f7bfe commit 0284697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/deploy/test_deploy_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def test_deploy_with_toml_config(self, template_file, config_file):
config_path = self.test_data_path.joinpath(config_file)

stack_name = self._method_to_stack_name(self.id())
self.stack_names.append(stack_name)
self.stacks.append({"name": stack_name})

deploy_command_list = self.get_deploy_command_list(
template_file=template_path, stack_name=stack_name, config_file=config_path, capabilities="CAPABILITY_IAM"
Expand Down

0 comments on commit 0284697

Please sign in to comment.