Remove redundant stub_blueprint_populate fixture for MQTT integration (#93570)

Remove redundant stub_blueprint_populate fixture
This commit is contained in:
Jan Bouwhuis 2023-05-26 08:13:45 +02:00 committed by GitHub
parent ec98e22330
commit d852ba8b09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,6 @@ import pytest
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)
def patch_hass_config(mock_hass_config: None) -> None:
"""Patch configuration.yaml."""