mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 20:40:18 +00:00
Cleanup mock_get_source_ip from tests (#118459)
This commit is contained in:
@@ -241,9 +241,7 @@ def test_density_to_air_quality() -> None:
|
||||
assert density_to_air_quality(200) == 5
|
||||
|
||||
|
||||
async def test_async_show_setup_msg(
|
||||
hass: HomeAssistant, hk_driver, mock_get_source_ip
|
||||
) -> None:
|
||||
async def test_async_show_setup_msg(hass: HomeAssistant, hk_driver) -> None:
|
||||
"""Test show setup message as persistence notification."""
|
||||
pincode = b"123-45-678"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user