File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
services/director-v2/tests/integration/02 Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments