Fix zwave_me tests with python 3.11 (#88122)

This commit is contained in:
J. Nick Koston 2023-02-14 13:58:29 -06:00 committed by GitHub
parent d0a9d65875
commit e7d5943c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",