Skip to content

Commit ee08426

Browse files
fix test
1 parent 5c9e2c2 commit ee08426

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/director-v2/tests/integration/01/test_computation_api.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,6 +1081,7 @@ async def test_burst_create_computations(
10811081
fake_workbench_computational_pipeline_details: PipelineDetails,
10821082
fake_workbench_computational_pipeline_details_completed: PipelineDetails,
10831083
osparc_product_name: str,
1084+
osparc_product_api_base_url: str,
10841085
create_pipeline: Callable[..., Awaitable[ComputationGet]],
10851086
):
10861087
user = registered_user()
@@ -1099,6 +1100,7 @@ async def test_burst_create_computations(
10991100
project=sleepers_project,
11001101
user_id=user["id"],
11011102
product_name=osparc_product_name,
1103+
product_api_base_url=osparc_product_api_base_url,
11021104
start_pipeline=False,
11031105
)
11041106
for _ in range(NUMBER_OF_CALLS)
@@ -1109,6 +1111,7 @@ async def test_burst_create_computations(
11091111
project=sleepers_project2,
11101112
user_id=user["id"],
11111113
product_name=osparc_product_name,
1114+
product_api_base_url=osparc_product_api_base_url,
11121115
start_pipeline=False,
11131116
)
11141117
]
@@ -1126,6 +1129,7 @@ async def test_burst_create_computations(
11261129
project=sleepers_project,
11271130
user_id=user["id"],
11281131
product_name=osparc_product_name,
1132+
product_api_base_url=osparc_product_api_base_url,
11291133
start_pipeline=True,
11301134
)
11311135
for _ in range(NUMBER_OF_CALLS)
@@ -1136,6 +1140,7 @@ async def test_burst_create_computations(
11361140
project=sleepers_project2,
11371141
user_id=user["id"],
11381142
product_name=osparc_product_name,
1143+
product_api_base_url=osparc_product_api_base_url,
11391144
start_pipeline=False,
11401145
)
11411146
]

0 commit comments

Comments
 (0)