Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update tests for new ATP run ID
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredoconnell committed Oct 13, 2023
1 parent a168bbf commit 6b769c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_arcaflow_plugin_wait.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def test_functional(self):
wait_step = arcaflow_plugin_wait.WaitStep()
wait_step.cancel_step(wait_step, predefined_schemas.cancelInput())
start_time = time.time()
output_id, output_data = wait_step.wait(input_params)
output_id, output_data = wait_step.wait(self.id(), input_params)
run_duration = time.time() - start_time
# It starts in a cancelled state, so it should be plenty less than
# the full wait time.
Expand Down

0 comments on commit 6b769c6

Please sign in to comment.