Improve the mock_integration_frame test fixture (#139850)

* Improve the mock_integration_frame test fixture

* Update test
This commit is contained in:
Erik Montnemery
2025-03-05 18:42:34 +01:00
committed by GitHub
parent 1f24e5aec4
commit cfaf18f942
4 changed files with 15 additions and 10 deletions

View File

@@ -23,7 +23,7 @@ async def test_extract_frame_integration(
custom_integration=False,
frame=mock_integration_frame,
integration="hue",
module=None,
module="homeassistant.components.hue.light",
relative_filename="homeassistant/components/hue/light.py",
)