Improve type hints in iqvia tests (#121506)
This commit is contained in:
parent
148803460b
commit
b048ad8afe
3 changed files with 44 additions and 32 deletions
|
@ -4,15 +4,16 @@ from syrupy import SnapshotAssertion
|
|||
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
from tests.components.diagnostics import get_diagnostics_for_config_entry
|
||||
from tests.typing import ClientSessionGenerator
|
||||
|
||||
|
||||
async def test_entry_diagnostics(
|
||||
hass: HomeAssistant,
|
||||
config_entry,
|
||||
config_entry: MockConfigEntry,
|
||||
hass_client: ClientSessionGenerator,
|
||||
setup_iqvia,
|
||||
setup_iqvia: None, # Needs to be injected after config_entry
|
||||
snapshot: SnapshotAssertion,
|
||||
) -> None:
|
||||
"""Test config entry diagnostics."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue