Skip to content

Commit dc7383a

Browse files
committed
fix the test
1 parent 45a55fe commit dc7383a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/web/server/tests/unit/with_dbs/02/test_projects_cancellations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async def slow_storage_subsystem_mock(
5454
storage_subsystem_mock: MockedStorageSubsystem, faker: Faker
5555
) -> MockedStorageSubsystem:
5656
# requests storage to copy data
57-
async def _very_slow_copy_of_data(*args):
57+
async def _very_slow_copy_of_data(*args, **kwargs):
5858
await asyncio.sleep(30)
5959

6060
async def _mock_result(): ...

0 commit comments

Comments
 (0)