Mock recorder in ista_ecotrend tests (#147893)

This commit is contained in:
Erik Montnemery 2025-07-01 21:09:48 +02:00 committed by GitHub
parent 058f3b8b6e
commit 639a749a0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,9 @@ from homeassistant.helpers import entity_registry as er
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(
hass: HomeAssistant,
ista_config_entry: MockConfigEntry,