Skip to content

Commit 20094cb

Browse files
fix param
1 parent 9cec281 commit 20094cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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_base_url,
961+
product_api_base_url=osparc_product_api_base_url,
962962
)
963963

964964
# wait for the computation to finish (either by failing, success or abort)

0 commit comments

Comments
 (0)