vincbeck commented on code in PR #71736:
URL: https://github.com/apache/airflow/pull/71736#discussion_r3807096410


##########
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 would say more tests (especially real unit tests) is better?
   
   I disagree withi this but I wont block it



##########
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 would say more tests (especially real unit tests) is better?
   
   I disagree with this but I wont block 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]

Reply via email to