Skip to content

Commit

Permalink
fix copy
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Nov 18, 2024
1 parent c5de668 commit f4f7b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/director-v2/tests/unit/test_utils_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def pipeline_test_params(

# resolve the comp_tasks
resolved_list_comp_tasks = [
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]})
for c in list_comp_tasks
]

Expand Down

0 comments on commit f4f7b0e

Please sign in to comment.