diff --git a/tests/test_asyncio/test_cwe_404.py b/tests/test_asyncio/test_cwe_404.py index 013c6d551a..41409dd42a 100644 --- a/tests/test_asyncio/test_cwe_404.py +++ b/tests/test_asyncio/test_cwe_404.py @@ -171,8 +171,8 @@ async def op(pipe): with pytest.raises(asyncio.CancelledError): await t - # we have now cancelled the pieline in the middle of a request, make sure - # 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 pipe.get("bar") pipe.ping() pipe.get("foo")