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 27cc5a7 commit 126e5fdCopy full SHA for 126e5fd
tests/test_asyncio/test_cwe_404.py
@@ -172,8 +172,8 @@ async def op(pipe):
172
with pytest.raises(asyncio.CancelledError):
173
await t
174
175
- # we have now cancelled the pieline in the middle of a request, make sure
176
- # that the connection is still usable
+ # we have now cancelled the pieline in the middle of a request,
+ # make sure that the connection is still usable
177
pipe.get("bar")
178
pipe.ping()
179
pipe.get("foo")
0 commit comments