OscarLigthart commented on code in PR #60314:
URL: https://github.com/apache/airflow/pull/60314#discussion_r2682953303


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_grid.py:
##########
@@ -933,3 +933,78 @@ def 
test_nonlinear_structure_intermediate_with_both_directions(self, test_client
         # Should return intermediate, its upstream path, and downstream path
         # upstream: branch_a, start; downstream: merge, end
         assert task_ids == ["branch_a", "end", "intermediate", "merge", 
"start"]
+
+    # Tests for depth parameter

Review Comment:
   Yes, good shout! Made the changes 👍 



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