From b57c7f8a9576a7e89c2a9d68446128f29bc87fad Mon Sep 17 00:00:00 2001 From: Ariel Ebersberger <31776703+justanotherariel@users.noreply.github.com> Date: Thu, 5 Mar 2026 16:37:43 +0100 Subject: [PATCH] Fix ffmpeg fixture (#164860) --- tests/components/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/conftest.py b/tests/components/conftest.py index 5dff1565ac79..902c0e97321f 100644 --- a/tests/components/conftest.py +++ b/tests/components/conftest.py @@ -170,7 +170,7 @@ def mock_conversation_agent_fixture(hass: HomeAssistant) -> MockAgent: return mock_conversation_agent_fixture_helper(hass) -@pytest.fixture(scope="session", autouse=find_spec("ffmpeg") is not None) +@pytest.fixture(scope="session", autouse=find_spec("haffmpeg") is not None) def prevent_ffmpeg_subprocess() -> Generator[None]: """If installed, prevent ffmpeg from creating a subprocess.""" with patch(