Skip to content

Commit 536220e

Browse files
committed
removed cluster_id from scheduler interface
1 parent dd8ce53 commit 536220e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
PricingPlanGet,
3434
PricingUnitGet,
3535
)
36-
from models_library.clusters import DEFAULT_CLUSTER_ID
3736
from models_library.projects import ProjectAtDB
3837
from models_library.projects_nodes import NodeID, NodeState
3938
from 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,

0 commit comments

Comments
 (0)