Skip to content

Commit a8c6353

Browse files
author
Andrei Neagu
committed
using correct definition
1 parent 6e5eeb3 commit a8c6353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/01/test_long_running_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def test_listing_tasks_with_list_inprocess_tasks_error(
7777
assert client.app
7878

7979
class _DummyTaskManager:
80-
def list_tasks(self, *args, **kwargs):
80+
async def list_tasks(self, *args, **kwargs):
8181
raise Exception # pylint: disable=broad-exception-raised # noqa: TRY002
8282

8383
mock = Mock()

0 commit comments

Comments
 (0)