diff --git a/tests/components/conftest.py b/tests/components/conftest.py index 19f8d605c347..65c1514e5620 100644 --- a/tests/components/conftest.py +++ b/tests/components/conftest.py @@ -109,7 +109,7 @@ def entity_registry_enabled_by_default() -> Generator[None]: # Blueprint test fixtures -@pytest.fixture(name="stub_blueprint_populate") +@pytest.fixture(name="stub_blueprint_populate", autouse=True) def stub_blueprint_populate_fixture() -> Generator[None]: """Stub copying the blueprints to the config folder.""" from .blueprint.common import ( # noqa: PLC0415