vincbeck commented on code in PR #72060:
URL: https://github.com/apache/airflow/pull/72060#discussion_r3872632319
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_deadlines.py:
##########
@@ -456,6 +489,54 @@ def test_alert_name_present_when_linked(self, test_client,
session):
unlinked = [dl for dl in deadlines if dl["alert_name"] is None]
assert all(dl["alert_id"] is None for dl in unlinked)
+ @conf_vars({("core", "multi_team"): "True"})
Review Comment:
Good catch! I added it
--
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]