Skip to content

Commit

Permalink
Fix args of post process function
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFairise2 committed Dec 2, 2024
1 parent f00bc0f commit 39103f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/new_e2e_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def cleanup_remote_stacks(ctx, stack_regex, pulumi_backend):


@task
def post_process_output(ctx, path: str, test_depth: int = 1):
def post_process_output(path: str, test_depth: int = 1):
"""
Post process the test results to add the test run name
path: path to the test result json file
Expand Down

0 comments on commit 39103f4

Please sign in to comment.