mirror of
https://github.com/home-assistant/core.git
synced 2026-09-12 11:38:47 +01:00
Fix lg_thinq test RuntimeWarning (#152910)
This commit is contained in:
@@ -148,4 +148,5 @@ def devices(mock_thinq_api: AsyncMock, device_fixture: str) -> Generator[AsyncMo
|
||||
mock_thinq_api.async_get_device_energy_profile.return_value = (
|
||||
load_json_object_fixture(f"{device_fixture}/energy_profile.json", DOMAIN)
|
||||
)
|
||||
mock_thinq_api.async_get_route.return_value = MagicMock()
|
||||
return mock_thinq_api
|
||||
|
||||
Reference in New Issue
Block a user