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 c5de668 commit f4f7b0eCopy full SHA for f4f7b0e
services/director-v2/tests/unit/test_utils_dags.py
@@ -422,7 +422,7 @@ def pipeline_test_params(
422
423
# resolve the comp_tasks
424
resolved_list_comp_tasks = [
425
- c.copy(update={"node_id": node_name_to_uuid_map[c.node_id]})
+ c.model_copy(update={"node_id": node_name_to_uuid_map[c.node_id]})
426
for c in list_comp_tasks
427
]
428
0 commit comments