mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Mock out network.util.async_get_source_ip in tests (#56339)
This commit is contained in:
@@ -238,7 +238,7 @@ def test_density_to_air_quality():
|
||||
assert density_to_air_quality(300) == 5
|
||||
|
||||
|
||||
async def test_show_setup_msg(hass, hk_driver):
|
||||
async def test_show_setup_msg(hass, hk_driver, mock_get_source_ip):
|
||||
"""Test show setup message as persistence notification."""
|
||||
pincode = b"123-45-678"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user