bugraoz93 commented on code in PR #52972:
URL: https://github.com/apache/airflow/pull/52972#discussion_r2190928878
##########
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:
It seems caplog testing the exact warnings, but is it possible to mock this?
The selective checks complained because if caploc isn't the only way, we tend
to mock it. Otherwise, we need to add a label to pass the checks
--
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]