From 9f737a77877e46c4006da73d26b38c9046e26f6d Mon Sep 17 00:00:00 2001 From: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> Date: Wed, 29 Jan 2025 12:22:55 -0700 Subject: [PATCH] Update test fixture docstring (#46252) This docstring is more accurate to the current behavior. --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index fd7a8de5d8eaa..e53fac08e71be 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -99,7 +99,7 @@ def testing_dag_bundle(): @pytest.fixture def configure_testing_dag_bundle(): - """Configure the testing DAG bundle with the provided path, and disable the DAGs folder bundle.""" + """Configure a "testing" DAG bundle with the provided path""" from tests_common.test_utils.config import conf_vars @contextmanager