ashb commented on code in PR #23079:
URL: https://github.com/apache/airflow/pull/23079#discussion_r877116896
##########
tests/www/views/test_views.py:
##########
@@ -297,6 +298,174 @@ def get_task_instance(session, task):
assert dagrun.get_state() == State.QUEUED
[email protected](
Review Comment:
Why is this in test_views.py? All the mark functions in views.py do is call
`dag.set_task_instance_state` and then redirect. Nothing should be tested in
views for this change.
--
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]