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 face78a commit a168bbf
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 @@ -42,7 +42,7 @@ def test_functional(self):
seconds=WAIT_TIME
)
wait_step = arcaflow_plugin_wait.WaitStep()
output_id, output_data = wait_step.wait(input_params)
output_id, output_data = wait_step.wait(self.id(), input_params)

self.assertEqual("success", output_id)
self.assertEqual(
Expand Down

0 comments on commit a168bbf

Please sign in to comment.