mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add type hints to integration tests (part 7) (#87980)
This commit is contained in:
@@ -30,7 +30,7 @@ async def test_sensors(
|
||||
hass: HomeAssistant,
|
||||
aioclient_mock: AiohttpClientMocker,
|
||||
entity_registry_enabled_by_default: AsyncMock,
|
||||
):
|
||||
) -> None:
|
||||
"""Test we get sensor data."""
|
||||
await async_init_integration(hass, aioclient_mock)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user