1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-11 00:27:10 +00:00
Jan Bouwhuis d852ba8b09
Remove redundant stub_blueprint_populate fixture for MQTT integration ()
Remove redundant stub_blueprint_populate fixture
2023-05-26 08:13:45 +02:00

11 lines
257 B
Python

"""Test fixtures for mqtt component."""
import pytest
from tests.components.light.conftest import mock_light_profiles # noqa: F401
@pytest.fixture(autouse=True)
def patch_hass_config(mock_hass_config: None) -> None:
"""Patch configuration.yaml."""