mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 09:17:53 +00:00
Add type hints in automation tests (#120077)
This commit is contained in:
parent
5cdafba667
commit
55134e23ea
@ -1697,11 +1697,11 @@ async def test_automation_bad_config_validation(
|
||||
hass: HomeAssistant,
|
||||
hass_ws_client: WebSocketGenerator,
|
||||
caplog: pytest.LogCaptureFixture,
|
||||
hass_admin_user,
|
||||
broken_config,
|
||||
problem,
|
||||
details,
|
||||
issue,
|
||||
hass_admin_user: MockUser,
|
||||
broken_config: dict[str, Any],
|
||||
problem: str,
|
||||
details: str,
|
||||
issue: str,
|
||||
) -> None:
|
||||
"""Test bad automation configuration which can be detected during validation."""
|
||||
assert await async_setup_component(
|
||||
|
Loading…
x
Reference in New Issue
Block a user