Skip to content

Commit 786a12f

Browse files
continue fixing
1 parent 0657b34 commit 786a12f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_api_route_computations_tasks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,9 @@ async def project_id(
132132
dag_adjacency_list=fake_workbench_adjacency,
133133
)
134134
# insert tasks -> comp_tasks
135-
await create_tasks(user=user, project=proj, workbench=fake_workbench_adjacency)
135+
await create_tasks(
136+
user=user, project=proj, workbench=fake_workbench_without_outputs
137+
)
136138

137139
return proj.uuid
138140

0 commit comments

Comments
 (0)