mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Bump zeroconf to 0.37.0 (#59932)
This commit is contained in:
8
tests/components/default_config/conftest.py
Normal file
8
tests/components/default_config/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""default_config session fixtures."""
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def default_config_mock_async_zeroconf(mock_async_zeroconf):
|
||||
"""Auto mock zeroconf."""
|
||||
Reference in New Issue
Block a user