Description: Remove type annotation in tests
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-02-23

--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -25,7 +25,7 @@
 ApiRequest = Callable[[], list[dict[str, Any]]]
 _T = TypeVar("_T")
 YieldFixture = Generator[_T, None, None]
-NestTestClient = TestClient[aiohttp.web.Request, aiohttp.web.Application]
+NestTestClient = TestClient
 
 
 class FakeAuth(AbstractAuth):  # pylint: disable=too-few-public-methods
