pierrejeambrun commented on code in PR #52972:
URL: https://github.com/apache/airflow/pull/52972#discussion_r2192248609
##########
airflow-core/tests/unit/plugins/test_plugins_manager.py:
##########
@@ -151,6 +151,48 @@ class AirflowAdminMenuLinksPlugin(AirflowPlugin):
),
]
+ def test_should_warning_about_conflicting_url_route(self, caplog):
Review Comment:
I already attached the label, because as mentioned above, the whole test
file is using this pattern, so I figured I wouldn't bother trying to make a
single test use mock while the entire file needs refactoring anyway, it can be
done at that time.
--
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]