Skip to content

Commit 7641846

Browse files
fix after merge conflict
1 parent 0e5ffed commit 7641846

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

services/director-v2/src/simcore_service_director_v2/modules/db/repositories/comp_runs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,6 @@ async def create(
520520
use_on_demand_clusters=use_on_demand_clusters,
521521
dag_adjacency_list=dag_adjacency_list,
522522
collection_run_id=f"{collection_run_id}",
523-
collection_run_id=f"{collection_run_id}",
524523
)
525524
.returning(literal_column("*"))
526525
)

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ async def test_list(
107107
use_on_demand_clusters=faker.pybool(),
108108
dag_adjacency_list=published_project.pipeline.dag_adjacency_list,
109109
collection_run_id=fake_collection_run_id,
110-
collection_run_id=fake_collection_run_id,
111110
)
112111
assert await CompRunsRepository(sqlalchemy_async_engine).list_() == [created]
113112

@@ -121,7 +120,6 @@ async def test_list(
121120
use_on_demand_clusters=faker.pybool(),
122121
dag_adjacency_list=published_project.pipeline.dag_adjacency_list,
123122
collection_run_id=faker.uuid4(),
124-
collection_run_id=faker.uuid4(),
125123
)
126124
for n in range(50)
127125
)

0 commit comments

Comments
 (0)