We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d453f76 commit f29cf8cCopy full SHA for f29cf8c
services/director-v2/tests/integration/01/test_computation_api.py
@@ -521,9 +521,9 @@ def _convert_to_pipeline_details(
521
# force run it this time.
522
# the task are up-to-date but we force run them
523
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,
+ workbench_node_uuids=list(sleepers_project.workbench.keys()),
+ expected_pipeline_adj_list=params.exp_pipeline_adj_list_after_force_run,
+ expected_node_states=params.exp_node_states_after_force_run,
527
)
528
task_out = await create_pipeline(
529
async_client,
0 commit comments