mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Sort Home Connect test params (#144035)
This commit is contained in:
committed by
GitHub
parent
92944fa509
commit
79aa7aacec
@@ -19,9 +19,9 @@ from tests.common import MockConfigEntry
|
||||
|
||||
async def test_async_get_config_entry_diagnostics(
|
||||
hass: HomeAssistant,
|
||||
client: MagicMock,
|
||||
config_entry: MockConfigEntry,
|
||||
integration_setup: Callable[[MagicMock], Awaitable[bool]],
|
||||
client: MagicMock,
|
||||
snapshot: SnapshotAssertion,
|
||||
) -> None:
|
||||
"""Test config entry diagnostics."""
|
||||
@@ -34,10 +34,10 @@ async def test_async_get_config_entry_diagnostics(
|
||||
|
||||
async def test_async_get_device_diagnostics(
|
||||
hass: HomeAssistant,
|
||||
device_registry: dr.DeviceRegistry,
|
||||
client: MagicMock,
|
||||
config_entry: MockConfigEntry,
|
||||
integration_setup: Callable[[MagicMock], Awaitable[bool]],
|
||||
client: MagicMock,
|
||||
device_registry: dr.DeviceRegistry,
|
||||
snapshot: SnapshotAssertion,
|
||||
) -> None:
|
||||
"""Test device config entry diagnostics."""
|
||||
|
||||
Reference in New Issue
Block a user