1
0
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:
epenet
2023-02-13 09:53:09 +01:00
committed by GitHub
parent b9beed4624
commit b68f502769
51 changed files with 755 additions and 395 deletions

View File

@@ -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)