vincbeck commented on code in PR #71736:
URL: https://github.com/apache/airflow/pull/71736#discussion_r3798896405
##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_assets.py:
##########
@@ -1591,6 +1591,73 @@ def test_should_respond_200_empty(self, test_client):
assert response.json() == {"queued_events": [], "total_entries": 0}
+class TestQueuedEventsDagAxisAuthorization:
Review Comment:
I am not a big fan of such tests: they are very specific to the situation we
were in before. If we create such tests for any bug we find in the codebase,
the number of tests will clearly get out of hands (if not already)
--
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]