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


##########
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:
   Hmm. we've been always asking about regression - and this one was actually 
run before/after the fix. and it gives additional harness when we cherry-pick - 
to make sure it works the same after cherry-pick. 
   
   I would say more tests (especially real unit tests) is better?



-- 
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