dstandish commented on code in PR #45318:
URL: https://github.com/apache/airflow/pull/45318#discussion_r1904492426
##########
tests/dag_processing/bundles/test_dag_bundle_manager.py:
##########
@@ -51,23 +60,28 @@ def test_bundle_configs_property(envs, expected_names):
"""Test that bundle_configs are read from configuration."""
bundle_manager = DagBundlesManager()
with patch.dict(os.environ, envs):
- names = set(bundle_manager.bundle_configs.keys())
+ bundle_manager.parse_config()
Review Comment:
it doesn't really bother me 🤷
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]