mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Remove non required Home Connect tests (#144024)
This commit is contained in:
committed by
GitHub
parent
17360ede28
commit
bc47049d42
@@ -32,19 +32,6 @@ def platforms() -> list[str]:
|
||||
return [Platform.BUTTON]
|
||||
|
||||
|
||||
async def test_buttons(
|
||||
hass: HomeAssistant,
|
||||
config_entry: MockConfigEntry,
|
||||
integration_setup: Callable[[MagicMock], Awaitable[bool]],
|
||||
setup_credentials: None,
|
||||
client: MagicMock,
|
||||
) -> None:
|
||||
"""Test button entities."""
|
||||
assert config_entry.state == ConfigEntryState.NOT_LOADED
|
||||
assert await integration_setup(client)
|
||||
assert config_entry.state == ConfigEntryState.LOADED
|
||||
|
||||
|
||||
@pytest.mark.parametrize("appliance", ["Washer"], indirect=True)
|
||||
async def test_paired_depaired_devices_flow(
|
||||
appliance: HomeAppliance,
|
||||
|
||||
Reference in New Issue
Block a user