Add type hints to tests (#89497)
This commit is contained in:
parent
b8bda93d87
commit
a0f725dfcb
23 changed files with 109 additions and 66 deletions
|
@ -283,7 +283,7 @@ async def test_alerts(
|
|||
)
|
||||
async def test_alerts_refreshed_on_component_load(
|
||||
hass: HomeAssistant,
|
||||
hass_ws_client,
|
||||
hass_ws_client: WebSocketGenerator,
|
||||
aioclient_mock: AiohttpClientMocker,
|
||||
ha_version,
|
||||
supervisor_info,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue