Jorricks commented on a change in pull request #17207:
URL: https://github.com/apache/airflow/pull/17207#discussion_r707031769



##########
File path: tests/cli/commands/test_task_command.py
##########
@@ -106,7 +106,41 @@ def test_test_with_existing_dag_run(self):
             task_command.task_test(args)
 
         # Check that prints, and log messages, are shown
-        assert f"Marking task as SUCCESS. dag_id={self.dag_id}, 
task_id={task_id}" in stdout.getvalue()
+        assert f"Marking task as SUCCESS. dag_id={dag_id}, task_id={task_id}" 
in stdout.getvalue()

Review comment:
       I am pretty sure that was automatically done by me re-basing. I 
definitely didn't do that by hand at least :p




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