mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fix zwave_me tests with python 3.11 (#88122)
This commit is contained in:
parent
d0a9d65875
commit
e7d5943c90
@ -50,7 +50,7 @@ async def test_remove_stale_devices(
|
||||
identifiers={("zwave_me", f"{config_entry.unique_id}-{identifier}")},
|
||||
)
|
||||
with patch(
|
||||
"zwave_me_ws.ZWaveMe.get_connection",
|
||||
"homeassistant.components.zwave_me.ZWaveMe.get_connection",
|
||||
mock_connection,
|
||||
), patch(
|
||||
"homeassistant.components.zwave_me.async_setup_platforms",
|
||||
|
Loading…
x
Reference in New Issue
Block a user