File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/director-v2/tests/integration/02 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -958,7 +958,7 @@ async def test_nodeports_integration(
958958 user_id = current_user ["id" ],
959959 start_pipeline = True ,
960960 product_name = osparc_product_name ,
961- product_api_url = osparc_product_api_url ,
961+ product_api_url = osparc_product_api_base_url ,
962962 )
963963
964964 # wait for the computation to finish (either by failing, success or abort)
@@ -1139,7 +1139,7 @@ async def test_nodeports_integration(
11391139 await _start_and_wait_for_dynamic_services_ready (
11401140 director_v2_client = async_client ,
11411141 product_name = osparc_product_name ,
1142- product_api_base_url = osparc_product_api_url ,
1142+ product_api_base_url = osparc_product_api_base_url ,
11431143 user_id = current_user ["id" ],
11441144 workbench_dynamic_services = workbench_dynamic_services ,
11451145 current_study = current_study ,
You can’t perform that action at this time.
0 commit comments