1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-02 13:17:53 +00:00
2021-11-18 20:23:20 -08:00

9 lines
177 B
Python

"""default_config session fixtures."""
import pytest
@pytest.fixture(autouse=True)
def default_config_mock_async_zeroconf(mock_async_zeroconf):
"""Auto mock zeroconf."""