We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2e204 commit 824200aCopy full SHA for 824200a
services/director-v2/tests/integration/01/test_computation_api.py
@@ -206,7 +206,7 @@ async def test_start_empty_computation_is_refused(
206
):
207
await create_pipeline(
208
async_client,
209
- project=empty_project,
+ project_uuid=empty_project.uuid,
210
user_id=user["id"],
211
start_pipeline=True,
212
product_name=osparc_product_name,
0 commit comments