mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Speed up the frame helper (#112562)
This commit is contained in:
@@ -1122,7 +1122,7 @@ async def test_hass_components_use_reported(
|
||||
)
|
||||
integration_frame = frame.IntegrationFrame(
|
||||
custom_integration=True,
|
||||
frame=mock_integration_frame,
|
||||
_frame=mock_integration_frame,
|
||||
integration="test_integration_frame",
|
||||
module="custom_components.test_integration_frame",
|
||||
relative_filename="custom_components/test_integration_frame/__init__.py",
|
||||
|
||||
Reference in New Issue
Block a user