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 9356977 commit 911802bCopy full SHA for 911802b
packages/service-library/tests/redis/test_decorators.py
@@ -208,7 +208,7 @@ async def _assert_task_completes_once(
208
redis_client_sdk,
209
_sleep_task,
210
task_period=timedelta(seconds=1),
211
- task_name="long_running",
+ task_name="pytest_sleep_task",
212
sleep_interval=1,
213
on_sleep_events=sleep_events,
214
)
0 commit comments