Skip to content

Commit fefe0ad

Browse files
committed
WIP: enable logging for test failure debugging in TC
1 parent 05fe946 commit fefe0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/mixed/test_async_cancellation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def _do_the_read(session_, i=1):
116116
for i in range(REPETITIONS)
117117
))
118118
async def test_async_cancellation(
119-
uri, auth, mocker, read_func, waits, cancel_count, i
119+
uri, auth, mocker, read_func, waits, cancel_count, i, watcher
120120
):
121121
async with get_async_driver_no_warning(
122122
uri, auth=auth, session_connection_timeout=10

0 commit comments

Comments
 (0)