imrichardwu commented on code in PR #62583:
URL: https://github.com/apache/airflow/pull/62583#discussion_r2982095330


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_deadlines.py:
##########
@@ -262,7 +283,7 @@ def test_deadlines_ordered_by_deadline_time_ascending(self, 
test_client):
     )
     def test_should_response_200_order_by(self, test_client, order_by):
         url = f"/dags/{DAG_ID}/dagRuns/{RUN_MULTI}/deadlines"
-        with assert_queries_count(8):
+        with assert_queries_count(10):

Review Comment:
   test_should_response_200_order_by makes 2 requests in a single block, so 5 × 
2 = 10



##########
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_deadlines.py:
##########
@@ -262,7 +283,7 @@ def test_deadlines_ordered_by_deadline_time_ascending(self, 
test_client):
     )
     def test_should_response_200_order_by(self, test_client, order_by):
         url = f"/dags/{DAG_ID}/dagRuns/{RUN_MULTI}/deadlines"
-        with assert_queries_count(8):
+        with assert_queries_count(10):

Review Comment:
   test_should_response_200_order_by makes 2 requests in a single block, so 5 × 
2 = 10.



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