Skip to content

Commit 26a01e1

Browse files
fix
1 parent 6cf6dd7 commit 26a01e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ async def current_study(
265265
fake_dy_workbench: dict[str, Any],
266266
async_client: httpx.AsyncClient,
267267
osparc_product_name: str,
268+
osparc_product_api_base_url: str,
268269
create_pipeline: Callable[..., Awaitable[ComputationGet]],
269270
) -> ProjectAtDB:
270271
project_at_db = await project(current_user, workbench=fake_dy_workbench)
@@ -276,7 +277,7 @@ async def current_study(
276277
user_id=current_user["id"],
277278
start_pipeline=False,
278279
product_name=osparc_product_name,
279-
product_api_base_url=osparc_product_name,
280+
product_api_base_url=osparc_product_api_base_url,
280281
)
281282

282283
return project_at_db

0 commit comments

Comments
 (0)