We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa4919 commit 7bb2ffcCopy full SHA for 7bb2ffc
1 file changed
tests/util/test_async_helpers.py
@@ -280,8 +280,8 @@ async def test_logcontext_is_not_lost_when_awaiting_on_timeout_cancellation(
280
self,
281
) -> None:
282
"""
283
- Test that the logcontext isn't lost when we `await` the deferred to
284
- complete/timeout and it times out.
+ Test that the logcontext isn't lost when we `await make_deferred_yieldable(...)`
+ the deferred to complete/timeout and it times out.
285
286
287
# Sanity check that we start in the sentinel context
0 commit comments