Skip to content

Commit 67c24e6

Browse files
fix
1 parent 57eb2c8 commit 67c24e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/director-v2/tests/unit/with_dbs/comp_scheduler/test_db_repositories_comp_runs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@ async def test_get_latest_run_by_project(
12531253
faker: Faker,
12541254
publish_project: Callable[[], Awaitable[PublishedProject]],
12551255
create_registered_user: Callable[..., dict[str, Any]],
1256+
with_product: dict[str, Any],
12561257
):
12571258
"""Test that get() with user_id=None retrieves the latest run regardless of user"""
12581259
published_project = await publish_project()

0 commit comments

Comments
 (0)