Add type hints in automation tests (#120077)

This commit is contained in:
epenet 2024-06-21 11:56:52 +02:00 committed by GitHub
parent 5cdafba667
commit 55134e23ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(