From d852ba8b09b8713f523e653e19061187b2971b57 Mon Sep 17 00:00:00 2001 From: Jan Bouwhuis Date: Fri, 26 May 2023 08:13:45 +0200 Subject: [PATCH] Remove redundant stub_blueprint_populate fixture for MQTT integration (#93570) Remove redundant stub_blueprint_populate fixture --- tests/components/mqtt/conftest.py | 5 ----- 1 file changed, 5 deletions(-) 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."""