ephraimbuddy commented on a change in pull request #17207:
URL: https://github.com/apache/airflow/pull/17207#discussion_r707321847
##########
File path: tests/executors/test_celery_executor.py
##########
@@ -71,6 +73,7 @@ def _prepare_app(broker_url=None, execute=None):
test_config = dict(celery_executor.celery_configuration)
test_config.update({'broker_url': broker_url})
test_app = Celery(broker_url, config_source=test_config)
+ mock.patch(test_app)
Review comment:
Can you explain why we have this here?
--
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]