Skip to content

Commit b5fd47f

Browse files
fix
1 parent 9f77907 commit b5fd47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)