Skip to content

Commit 39ee59f

Browse files
committed
changed syntax
1 parent 5712281 commit 39ee59f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/director-v2/tests/unit/with_dbs/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ async def running_project(
358358
started=now_time,
359359
result=StateType.RUNNING,
360360
),
361+
task_to_callback_mapping={},
361362
)
362363

363364

@@ -394,6 +395,7 @@ async def running_project_mark_for_cancellation(
394395
started=now_time,
395396
cancelled=now_time + datetime.timedelta(seconds=5),
396397
),
398+
task_to_callback_mapping={},
397399
)
398400

399401

0 commit comments

Comments
 (0)