mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Fix lg_thinq RuntimeWarning in tests (#152221)
This commit is contained in:
@@ -137,4 +137,5 @@ def devices(mock_thinq_api: AsyncMock, device_fixture: str) -> Generator[AsyncMo
|
||||
mock_thinq_api.async_get_device_status.return_value = load_json_object_fixture(
|
||||
f"{device_fixture}/status.json", DOMAIN
|
||||
)
|
||||
mock_thinq_api.async_get_device_energy_profile.return_value = MagicMock()
|
||||
return mock_thinq_api
|
||||
|
||||
Reference in New Issue
Block a user