Skip to content

Commit 824200a

Browse files
fix int test
1 parent df2e204 commit 824200a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ async def test_start_empty_computation_is_refused(
206206
):
207207
await create_pipeline(
208208
async_client,
209-
project=empty_project,
209+
project_uuid=empty_project.uuid,
210210
user_id=user["id"],
211211
start_pipeline=True,
212212
product_name=osparc_product_name,

0 commit comments

Comments
 (0)