From 0e69cfaeab340fdd52e54579cf5d59fe8268d73b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 23 Aug 2023 15:16:44 -0600 Subject: [PATCH] Fix test again --- app/data/stacks/test/deploy/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/stacks/test/deploy/commands.py b/app/data/stacks/test/deploy/commands.py index 1f7919cd..fc9c4502 100644 --- a/app/data/stacks/test/deploy/commands.py +++ b/app/data/stacks/test/deploy/commands.py @@ -45,7 +45,7 @@ def init(command_context: DeployCommandContext): return yaml.load(default_spec_file_content) -def create(command_context: DeployCommandContext): +def create(command_context: DeployCommandContext, extra_args): data = "create-command-output-data" output_file_path = command_context.deployment_dir.joinpath("create-file") with open(output_file_path, 'w+') as output_file: