1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Fix plaato flaky test

This commit is contained in:
epenet
2026-02-05 08:28:08 +00:00
parent 79e0a93e48
commit a652b50d15

View File

@@ -25,6 +25,12 @@ AIRLOCK_DATA = {}
KEG_DATA = {}
@pytest.fixture(autouse=True)
def mock_ffmpeg(hass: HomeAssistant) -> None:
"""Mock ffmpeg is loaded."""
hass.config.components.add("ffmpeg")
@pytest.fixture
async def init_integration(
hass: HomeAssistant,