From 447c732072ef12d46847e713d3b6956a8ab8e1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristj=C3=A1n=20Valur=20J=C3=B3nsson?= Date: Wed, 3 May 2023 13:58:01 +0000 Subject: [PATCH] lint --- tests/test_asyncio/test_cwe_404.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")