Skip to content

Commit

Permalink
Remove unused fixture from LCN tests (#133821)
Browse files Browse the repository at this point in the history
  • Loading branch information
alengwenus authored Dec 22, 2024
1 parent 6c70586 commit 344a03d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 175 deletions.
10 changes: 0 additions & 10 deletions tests/components/lcn/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from homeassistant.const import CONF_ADDRESS, CONF_DEVICES, CONF_ENTITIES, CONF_HOST
from homeassistant.core import HomeAssistant
from homeassistant.helpers import device_registry as dr
from homeassistant.setup import async_setup_component

from tests.common import MockConfigEntry, load_fixture

Expand Down Expand Up @@ -134,15 +133,6 @@ def lcn_connection_factory(*args, **kwargs):
return lcn_connection


async def setup_component(hass: HomeAssistant) -> None:
"""Set up the LCN component."""
fixture_filename = "lcn/config.json"
config_data = json.loads(load_fixture(fixture_filename))

await async_setup_component(hass, DOMAIN, config_data)
await hass.async_block_till_done()


def get_device(
hass: HomeAssistant, entry: MockConfigEntry, address: AddressType
) -> dr.DeviceEntry:
Expand Down
165 changes: 0 additions & 165 deletions tests/components/lcn/fixtures/config.json

This file was deleted.

0 comments on commit 344a03d

Please # to comment.