Adjust hass_client type hint in integration tests (#86954)
* Adjust hass_client type hint in integration tests * Adjust hass_client_no_auth * Fix rebase
This commit is contained in:
parent
8bff95014c
commit
a79be493e5
54 changed files with 179 additions and 178 deletions
|
@ -1,16 +1,15 @@
|
|||
"""Tests for the diagnostics data provided by LG webOS Smart TV."""
|
||||
from aiohttp import ClientSession
|
||||
|
||||
from homeassistant.components.diagnostics import REDACTED
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from . import setup_webostv
|
||||
|
||||
from tests.components.diagnostics import get_diagnostics_for_config_entry
|
||||
from tests.typing import ClientSessionGenerator
|
||||
|
||||
|
||||
async def test_diagnostics(
|
||||
hass: HomeAssistant, hass_client: ClientSession, client
|
||||
hass: HomeAssistant, hass_client: ClientSessionGenerator, client
|
||||
) -> None:
|
||||
"""Test diagnostics."""
|
||||
entry = await setup_webostv(hass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue