mirror of
https://github.com/home-assistant/core.git
synced 2025-08-01 11:45:09 +02:00
Fix recorder fixture typing (#136174)
This commit is contained in:
@@ -106,7 +106,8 @@ _TEST_FIXTURES: dict[str, list[str] | str] = {
|
||||
"aiohttp_client": "ClientSessionGenerator",
|
||||
"aiohttp_server": "Callable[[], TestServer]",
|
||||
"area_registry": "AreaRegistry",
|
||||
"async_test_recorder": "RecorderInstanceGenerator",
|
||||
"async_test_recorder": "RecorderInstanceContextManager",
|
||||
"async_setup_recorder_instance": "RecorderInstanceGenerator",
|
||||
"caplog": "pytest.LogCaptureFixture",
|
||||
"capsys": "pytest.CaptureFixture[str]",
|
||||
"current_request_with_host": "None",
|
||||
|
Reference in New Issue
Block a user