We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb7af commit 3148719Copy full SHA for 3148719
tests/components/reolink/test_init.py
@@ -1156,11 +1156,11 @@ def register_callback(
1156
1157
async def test_baichaun_only(
1158
hass: HomeAssistant,
1159
- reolink_connect: MagicMock,
+ reolink_host: MagicMock,
1160
config_entry: MockConfigEntry,
1161
) -> None:
1162
"""Test initializing a baichuan only device."""
1163
- reolink_connect.baichuan_only = True
+ reolink_host.baichuan_only = True
1164
1165
with patch("homeassistant.components.reolink.PLATFORMS", [Platform.SWITCH]):
1166
assert await hass.config_entries.async_setup(config_entry.entry_id)
0 commit comments