mik-laj commented on a change in pull request #9030:
URL: https://github.com/apache/airflow/pull/9030#discussion_r433541242



##########
File path: tests/cli/commands/test_task_command.py
##########
@@ -201,7 +202,7 @@ def test_task_states_for_dag_run(self):
                             tablefmt="plain")
 
         # Check that prints, and log messages, are shown
-        self.assertEqual(expected.replace("\n", ""), actual_out.replace("\n", 
""))
+        self.assertIn(expected.replace("\n", ""), actual_out.replace("\n", ""))

Review comment:
       On the console, we have action_logger logs too.




----------------------------------------------------------------
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:
[email protected]


Reply via email to