Skip to content

Commit f29cf8c

Browse files
fix: test
1 parent d453f76 commit f29cf8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

services/director-v2/tests/integration/01/test_computation_api.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,9 @@ def _convert_to_pipeline_details(
521521
# force run it this time.
522522
# the task are up-to-date but we force run them
523523
expected_pipeline_details_forced = _convert_to_pipeline_details(
524-
sleepers_project,
525-
params.exp_pipeline_adj_list_after_force_run,
526-
params.exp_node_states_after_force_run,
524+
workbench_node_uuids=list(sleepers_project.workbench.keys()),
525+
expected_pipeline_adj_list=params.exp_pipeline_adj_list_after_force_run,
526+
expected_node_states=params.exp_node_states_after_force_run,
527527
)
528528
task_out = await create_pipeline(
529529
async_client,

0 commit comments

Comments
 (0)