mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Remove redundant stub_blueprint_populate fixture for MQTT integration (#93570)
Remove redundant stub_blueprint_populate fixture
This commit is contained in:
parent
ec98e22330
commit
d852ba8b09
@ -5,11 +5,6 @@ import pytest
|
|||||||
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|
from tests.components.light.conftest import mock_light_profiles # noqa: F401
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True, name="stub_blueprint_populate")
|
|
||||||
def stub_blueprint_populate_autouse(stub_blueprint_populate):
|
|
||||||
"""Stub copying the blueprints to the config folder."""
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
def patch_hass_config(mock_hass_config: None) -> None:
|
def patch_hass_config(mock_hass_config: None) -> None:
|
||||||
"""Patch configuration.yaml."""
|
"""Patch configuration.yaml."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user