Skip to content

Commit 9849591

Browse files
author
Andrei Neagu
committed
fixed broken tests
1 parent cf1e792 commit 9849591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/director-v2/src/simcore_service_director_v2/models/dynamic_services_scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def endpoint(self) -> AnyHttpUrl:
406406

407407
paths_mapping: PathMappingsLabel # overwrites in DynamicSidecarServiceLabels
408408

409-
is_collaborative: bool
409+
is_collaborative: bool = False
410410

411411
user_preferences_path: Path | None = None
412412
callbacks_mapping: Annotated[CallbacksMapping, Field(default_factory=dict)]

0 commit comments

Comments
 (0)