Skip to content

Commit 9f77907

Browse files
fix
1 parent 26a01e1 commit 9f77907

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
@@ -906,7 +906,7 @@ async def test_nodeports_integration(
906906
fake_dy_success: dict[str, Any],
907907
tmp_path: Path,
908908
osparc_product_name: str,
909-
osparc_product_api_url: str,
909+
osparc_product_api_base_url: str,
910910
create_pipeline: Callable[..., Awaitable[ComputationGet]],
911911
mock_io_log_redirect_cb: LogRedirectCB,
912912
faker: Faker,
@@ -943,7 +943,7 @@ async def test_nodeports_integration(
943943
await _start_and_wait_for_dynamic_services_ready(
944944
director_v2_client=async_client,
945945
product_name=osparc_product_name,
946-
product_api_base_url=osparc_product_api_url,
946+
product_api_base_url=osparc_product_api_base_url,
947947
user_id=current_user["id"],
948948
workbench_dynamic_services=workbench_dynamic_services,
949949
current_study=current_study,

0 commit comments

Comments
 (0)