Add missing mock value to Reolink test

This commit is contained in:
abmantis 2025-06-12 23:38:23 +01:00
parent 89ae68c5af
commit 00199013e7

View File

@ -141,6 +141,7 @@ async def test_browsing(
entry_id = config_entry.entry_id
reolink_connect.supported.return_value = 1
reolink_connect.model = "Reolink TrackMix PoE"
reolink_connect.is_nvr = False
with patch("homeassistant.components.reolink.PLATFORMS", [Platform.CAMERA]):
assert await hass.config_entries.async_setup(entry_id) is True