Add type hints to integration tests (part 1) (#87777)
This commit is contained in:
parent
2b3e6a4ca8
commit
07a1a0efa9
51 changed files with 905 additions and 471 deletions
|
@ -202,7 +202,7 @@ async def test_yaml_import(
|
|||
hass: HomeAssistant,
|
||||
caplog: pytest.LogCaptureFixture,
|
||||
mock_aladdinconnect_api: MagicMock,
|
||||
):
|
||||
) -> None:
|
||||
"""Test setup YAML import."""
|
||||
assert COVER_DOMAIN not in hass.config.components
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue