mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add missing argument type to core tests (#119667)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user