mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Mock recorder in ista_ecotrend tests (#147893)
This commit is contained in:
parent
058f3b8b6e
commit
639a749a0f
@ -10,7 +10,9 @@ from homeassistant.helpers import entity_registry as er
|
|||||||
from tests.common import MockConfigEntry, snapshot_platform
|
from tests.common import MockConfigEntry, snapshot_platform
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.usefixtures("mock_ista", "entity_registry_enabled_by_default")
|
@pytest.mark.usefixtures(
|
||||||
|
"mock_ista", "recorder_mock", "entity_registry_enabled_by_default"
|
||||||
|
)
|
||||||
async def test_setup(
|
async def test_setup(
|
||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
ista_config_entry: MockConfigEntry,
|
ista_config_entry: MockConfigEntry,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user