mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add type hints to core tests (#88478)
This commit is contained in:
@@ -153,8 +153,8 @@ async def test_setup_reload_service_when_async_process_component_config_fails(
|
||||
|
||||
|
||||
async def test_setup_reload_service_with_platform_that_provides_async_reset_platform(
|
||||
hass,
|
||||
):
|
||||
hass: HomeAssistant,
|
||||
) -> None:
|
||||
"""Test setting up a reload service using a platform that has its own async_reset_platform."""
|
||||
component_setup = AsyncMock(return_value=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user