We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45a55fe commit dc7383aCopy full SHA for dc7383a
services/web/server/tests/unit/with_dbs/02/test_projects_cancellations.py
@@ -54,7 +54,7 @@ async def slow_storage_subsystem_mock(
54
storage_subsystem_mock: MockedStorageSubsystem, faker: Faker
55
) -> MockedStorageSubsystem:
56
# requests storage to copy data
57
- async def _very_slow_copy_of_data(*args):
+ async def _very_slow_copy_of_data(*args, **kwargs):
58
await asyncio.sleep(30)
59
60
async def _mock_result(): ...
0 commit comments