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 0736aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/new_e2e_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ def cleanup_remote_stacks(ctx, stack_regex, pulumi_backend):
print(f"Failed to destroy stack {stack}")


@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 0736aaf

Please sign in to comment.