Skip to content

Commit 25d1480

Browse files
committed
Hotfix ruff warnings
1 parent 2175754 commit 25d1480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/homematicip_cloud/test_hap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ async def test_async_connect(
258258
hass: HomeAssistant, hmip_config_entry: MockConfigEntry, simple_mock_home
259259
) -> None:
260260
"""Test async_connect."""
261-
hass.config.components.add(DOMAIN)
261+
hass.config.components.add(HMIPC_DOMAIN)
262262
hap = HomematicipHAP(hass, hmip_config_entry)
263263
assert hap
264264

0 commit comments

Comments
 (0)