mik-laj commented on a change in pull request #9030:
URL: https://github.com/apache/airflow/pull/9030#discussion_r433540921
##########
File path: tests/cli/commands/test_celery_command.py
##########
@@ -29,9 +29,6 @@
from airflow.configuration import conf
from tests.test_utils.config import conf_vars
-mock.patch('airflow.utils.cli.action_logging', lambda x: x).start()
Review comment:
This caused a side effect. I don't know why it affected this change.
Probably some session is now saving properly.
----------------------------------------------------------------
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]