mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 04:20:17 +00:00
Mock out network.util.async_get_source_ip in tests (#56339)
This commit is contained in:
@@ -14,7 +14,7 @@ from homeassistant.setup import async_setup_component
|
||||
from tests.components.logbook.test_init import MockLazyEventPartialState
|
||||
|
||||
|
||||
async def test_humanify_homekit_changed_event(hass, hk_driver):
|
||||
async def test_humanify_homekit_changed_event(hass, hk_driver, mock_get_source_ip):
|
||||
"""Test humanifying HomeKit changed event."""
|
||||
hass.config.components.add("recorder")
|
||||
with patch("homeassistant.components.homekit.HomeKit"):
|
||||
|
||||
Reference in New Issue
Block a user