Default hass_config
to contain an empty config (#88515)
* Default hass_config to {} * Correct type hint
This commit is contained in:
parent
60ca3b3223
commit
ebb450c946
3 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ from tests.common import async_mock_service
|
|||
],
|
||||
)
|
||||
async def test_if_fires_on_hass_start(
|
||||
hass: HomeAssistant, mock_hass_config: None, hass_config: ConfigType | None
|
||||
hass: HomeAssistant, mock_hass_config: None, hass_config: ConfigType
|
||||
) -> None:
|
||||
"""Test the firing when Home Assistant starts."""
|
||||
calls = async_mock_service(hass, "test", "automation")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue