ephraimbuddy commented on a change in pull request #14895:
URL: https://github.com/apache/airflow/pull/14895#discussion_r598878903



##########
File path: tests/api_connexion/endpoints/test_dag_endpoint.py
##########
@@ -468,7 +520,7 @@ def test_should_respond_200_with_granular_dag_access(self):
     def test_should_respond_200_and_handle_pagination(self, url, 
expected_dag_ids):
         self._create_dag_models(10)
 
-        response = self.client.get(url, environ_overrides={'REMOTE_USER': 
"test"})
+        response = self.client.get(url + "&sort=asc", 
environ_overrides={'REMOTE_USER': "test"})

Review comment:
       @bbovenzi is suggesting that the default should be latest first. It's a 
breaking change but makes sense. Should I go ahead with updating the endpoint 
code?🤔




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to