ashb commented on a change in pull request #7626:
URL: https://github.com/apache/airflow/pull/7626#discussion_r437697053



##########
File path: tests/www/test_views.py
##########
@@ -883,7 +882,7 @@ def test_run_with_not_runnable_states(self, 
get_default_executor_function):
             self.check_content_in_response('', resp, resp_code=200)
 
             msg = "Task is in the '{}' state which is not a valid 
state for execution. " \
-                  .format(state) + "The task must be cleared in order to be 
run"
+                .format(state) + "The task must be cleared in order to be run"

Review comment:
       You have a lot of whitespace-only/formatting-only changes here.
   
   Please remove them from this PR (having unrelated changes in like this in a 
PR makes it harder to back-port fixes.)




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to