Skip to content

Commit

Permalink
Adding missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Dec 16, 2024
1 parent dca29b0 commit 46f0463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nextmv/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def main():
id = f"auto-{tag}"
print(f"Running acceptance test with ID: {id}")
print("Waiting for it to complete...")
result = run_acceptance_test(app, tag)
result = run_acceptance_test(app, id, tag)
passed = "unknown"
if result and result.results:
passed = "passed" if result.results.passed else "failed"
Expand Down

0 comments on commit 46f0463

Please sign in to comment.