File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
src/simcore_service_director_v2/modules/db/repositories
tests/unit/with_dbs/comp_scheduler Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments