Skip to content

Commit dd67a48

Browse files
committed
missing dependency
1 parent 4e1502f commit dd67a48

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

services/director-v2/tests/integration/02/test_dynamic_sidecar_nodeports_integration.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@
110110
"rabbit",
111111
"redis",
112112
"storage",
113+
"sto-worker",
113114
"redis",
114115
]
115116

@@ -934,15 +935,15 @@ async def test_nodeports_integration(
934935
`aioboto` instead of `docker` or `storage-data_manager API`.
935936
"""
936937
# STEP 1
937-
dynamic_services_urls: dict[
938-
str, str
939-
] = await _start_and_wait_for_dynamic_services_ready(
940-
director_v2_client=async_client,
941-
product_name=osparc_product_name,
942-
user_id=current_user["id"],
943-
workbench_dynamic_services=workbench_dynamic_services,
944-
current_study=current_study,
945-
catalog_url=services_endpoint["catalog"],
938+
dynamic_services_urls: dict[str, str] = (
939+
await _start_and_wait_for_dynamic_services_ready(
940+
director_v2_client=async_client,
941+
product_name=osparc_product_name,
942+
user_id=current_user["id"],
943+
workbench_dynamic_services=workbench_dynamic_services,
944+
current_study=current_study,
945+
catalog_url=services_endpoint["catalog"],
946+
)
946947
)
947948

948949
# STEP 2

0 commit comments

Comments
 (0)