File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
services/director-v2/tests/unit/with_dbs/comp_scheduler Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 3333 PricingPlanGet ,
3434 PricingUnitGet ,
3535)
36- from models_library .clusters import DEFAULT_CLUSTER_ID
3736from models_library .projects import ProjectAtDB
3837from models_library .projects_nodes import NodeID , NodeState
3938from models_library .projects_pipeline import PipelineDetails
@@ -832,7 +831,6 @@ async def test_get_computation_from_empty_project(
832831 stop_url = None ,
833832 result = None ,
834833 iteration = None ,
835- cluster_id = None ,
836834 started = None ,
837835 stopped = None ,
838836 submitted = None ,
@@ -898,7 +896,6 @@ async def test_get_computation_from_not_started_computation_task(
898896 stop_url = None ,
899897 result = None ,
900898 iteration = None ,
901- cluster_id = None ,
902899 started = None ,
903900 stopped = None ,
904901 submitted = None ,
@@ -975,7 +972,6 @@ async def test_get_computation_from_published_computation_task(
975972 stop_url = TypeAdapter (AnyHttpUrl ).validate_python (f"{ expected_stop_url } " ),
976973 result = None ,
977974 iteration = 1 ,
978- cluster_id = DEFAULT_CLUSTER_ID ,
979975 started = None ,
980976 stopped = None ,
981977 submitted = None ,
You can’t perform that action at this time.
0 commit comments