diff --git a/tests/conftest.py b/tests/conftest.py index b5bc10a..0e53259 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -77,7 +77,7 @@ async def _handle_client( @pytest.fixture -async def tcp_proxy(loop: asyncio.AbstractEventLoop) -> AsyncIterable[Callable[[int, int], Awaitable[TcpProxy]]]: +async def tcp_proxy(event_loop: asyncio.AbstractEventLoop) -> AsyncIterable[Callable[[int, int], Awaitable[TcpProxy]]]: proxy: Optional[TcpProxy] = None async def go(src_port: int, dst_port: int) -> TcpProxy: