1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-16 13:31:01 +01:00
Files
core/tests/components/network/conftest.py
T
2021-11-15 09:18:57 -08:00

10 lines
202 B
Python

"""Tests for the Network Configuration integration."""
import pytest
@pytest.fixture(autouse=True)
def mock_get_source_ip():
"""Override mock of network util's async_get_source_ip."""
return