Add type hints to integration tests (part 14) (#88005)
This commit is contained in:
parent
a0e0feb444
commit
6c430e03bc
51 changed files with 630 additions and 331 deletions
|
@ -12,7 +12,7 @@ async def test_diagnostics(
|
|||
hass: HomeAssistant,
|
||||
hass_client: ClientSessionGenerator,
|
||||
init_integration: MockConfigEntry,
|
||||
):
|
||||
) -> None:
|
||||
"""Test diagnostics."""
|
||||
assert await get_diagnostics_for_config_entry(
|
||||
hass, hass_client, init_integration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue