Skip to content

Commit f4f7b0e

Browse files
fix copy
1 parent c5de668 commit f4f7b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/tests/unit/test_utils_dags.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def pipeline_test_params(
422422

423423
# resolve the comp_tasks
424424
resolved_list_comp_tasks = [
425-
c.copy(update={"node_id": node_name_to_uuid_map[c.node_id]})
425+
c.model_copy(update={"node_id": node_name_to_uuid_map[c.node_id]})
426426
for c in list_comp_tasks
427427
]
428428

0 commit comments

Comments
 (0)