diff --git a/tests/components/mqtt/conftest.py b/tests/components/mqtt/conftest.py index 84861356e08..ebe86c1f1df 100644 --- a/tests/components/mqtt/conftest.py +++ b/tests/components/mqtt/conftest.py @@ -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."""