bugraoz93 commented on code in PR #52972:
URL: https://github.com/apache/airflow/pull/52972#discussion_r2195046995
##########
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:
Yeah, I think for this file, it is reasonable since the entire test class
was constructed this way. Let me trigger the build again because the label
should make it green
Caplog tends to fail CI more than other things, so this is just a break
mechanism to not increase caplog without mocking.
--
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]