Add missing argument type to core tests (#119667)

This commit is contained in:
epenet
2024-06-14 08:42:01 +02:00
committed by GitHub
parent f3ce562847
commit 9f41133bbc
7 changed files with 23 additions and 17 deletions

View File

@ -1057,7 +1057,7 @@ async def test_async_start_setup_simple_integration_end_to_end(
}
async def test_async_get_setup_timings(hass) -> None:
async def test_async_get_setup_timings(hass: HomeAssistant) -> None:
"""Test we can get the setup timings from the setup time data."""
setup_time = setup._setup_times(hass)
# Mock setup time data