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 837b554 commit 447c732Copy full SHA for 447c732
tests/test_asyncio/test_cwe_404.py
@@ -171,8 +171,8 @@ async def op(pipe):
171
with pytest.raises(asyncio.CancelledError):
172
await t
173
174
- # we have now cancelled the pieline in the middle of a request, make sure
175
- # 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
176
pipe.get("bar")
177
pipe.ping()
178
pipe.get("foo")
0 commit comments