uranusjr commented on code in PR #41390:
URL: https://github.com/apache/airflow/pull/41390#discussion_r1713552952
##########
tests/www/views/test_views_tasks.py:
##########
@@ -976,7 +957,7 @@ def test_task_instance_set_state_failure(admin_client,
action):
"task_search_tuples",
[
[("example_xcom", "bash_push"), ("example_bash_operator",
"run_this_last")],
- [("example_subdag_operator", "some-other-task")],
+ [("example_python_operator", "print_the_context")],
Review Comment:
I think we can get rid of this case entirely? It would just test the same
things as the first one if the operator not a subdag one.
--
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]