Lee-W commented on code in PR #68717:
URL: https://github.com/apache/airflow/pull/68717#discussion_r3451439575
##########
airflow-core/tests/unit/plugins/test_plugins_manager.py:
##########
@@ -102,7 +103,7 @@ def test_loads_filesystem_plugins_exception(self, caplog,
tmp_path):
):
plugins, import_errors = plugins_manager._get_plugins()
- assert len(plugins) == 3 # three are loaded from examples
+ assert len(plugins) == 4 # three are loaded from examples
Review Comment:
Thanks! just fixed
--
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]